File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,13 @@ docker buildx build --load \
78
78
docker buildx build --load \
79
79
" ${GH_UBI8_TAGS[@]} " \
80
80
" ${UBI8_ARGS[@]} " \
81
- --platform linux/amd64,linux/arm64 \
81
+ --platform linux/amd64 \
82
+ .
83
+
84
+ docker buildx build --load \
85
+ " ${GH_UBI8_TAGS[@]} " \
86
+ " ${UBI8_ARGS[@]} " \
87
+ --platform linux/arm64 \
82
88
.
83
89
84
90
TAGS_TO_PUSH=(" ${GH_ARM64_TAGS[@]} " " ${GH_TAGS[@]} " " ${GH_UBI_TAGS[@]} " " ${GH_UBI8_TAGS[@]} " )
Original file line number Diff line number Diff line change @@ -50,14 +50,19 @@ UBI_ARGS=(
50
50
--target cass-config-builder-ubi
51
51
)
52
52
53
+ UBI8_ARGS=(
54
+ " ${COMMON_ARGS[@]} "
55
+ --target cass-config-builder-ubi-8
56
+ )
57
+
53
58
docker buildx build --push \
54
59
" ${DOCKERHUB_UBI_TAGS[@]} " \
55
60
" ${UBI_ARGS[@]} " \
56
61
--platform linux/amd64 .
57
62
58
63
docker buildx build --push \
59
64
" ${DOCKERHUB_UBI8_TAGS[@]} " \
60
- " ${UBI_ARGS [@]} " \
65
+ " ${UBI8_ARGS [@]} " \
61
66
--platform linux/amd64,linux/arm64 .
62
67
63
68
docker buildx build --push \
You can’t perform that action at this time.
0 commit comments