File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RELEASE_VERSION="${VERSION_NUMBER}-${VERSION_DATE}"
16
16
GH_REPOSITORY=" ghcr.io/${GITHUB_REPO_OWNER} /cass-config-builder/cass-config-builder"
17
17
18
18
GH_TAGS=(--tag " ${GH_REPOSITORY} :${RELEASE_VERSION} " )
19
- GH_UBI_TAGS=(--tag " ${GH_REPOSITORY} :${RELEASE_VERSION} -ubi " )
19
+ GH_UBI_TAGS=(--tag " ${GH_REPOSITORY} :${RELEASE_VERSION} -ubi8 " )
20
20
GH_ARM64_TAGS=(--tag " ${GH_REPOSITORY} :${RELEASE_VERSION} -arm64" )
21
21
22
22
LABELS=(
@@ -57,6 +57,12 @@ docker buildx build --load \
57
57
--platform linux/amd64 \
58
58
.
59
59
60
+ docker buildx build --load \
61
+ " ${GH_UBI_TAGS[@]} " \
62
+ " ${UBI_ARGS[@]} " \
63
+ --platform linux/arm64 \
64
+ .
65
+
60
66
docker buildx build --load \
61
67
" ${GH_ARM64_TAGS[@]} " \
62
68
" ${STANDARD_ARGS[@]} " \
Original file line number Diff line number Diff line change 1
- 1.0.8
1
+ 1.0.9
You can’t perform that action at this time.
0 commit comments