Skip to content

Commit

Permalink
Add back the UBI8 ARM64 build, change the tag back to -ubi8 instead o…
Browse files Browse the repository at this point in the history
…f -ubi to preserve backwards compatibility and update the version to 1.0.9
  • Loading branch information
burmanm committed Apr 18, 2024
1 parent 0893875 commit dd4be56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion scripts/build-push-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RELEASE_VERSION="${VERSION_NUMBER}-${VERSION_DATE}"
GH_REPOSITORY="ghcr.io/${GITHUB_REPO_OWNER}/cass-config-builder/cass-config-builder"

GH_TAGS=(--tag "${GH_REPOSITORY}:${RELEASE_VERSION}")
GH_UBI_TAGS=(--tag "${GH_REPOSITORY}:${RELEASE_VERSION}-ubi")
GH_UBI_TAGS=(--tag "${GH_REPOSITORY}:${RELEASE_VERSION}-ubi8")
GH_ARM64_TAGS=(--tag "${GH_REPOSITORY}:${RELEASE_VERSION}-arm64")

LABELS=(
Expand Down Expand Up @@ -57,6 +57,12 @@ docker buildx build --load \
--platform linux/amd64 \
.

docker buildx build --load \
"${GH_UBI_TAGS[@]}" \
"${UBI_ARGS[@]}" \
--platform linux/arm64 \
.

docker buildx build --load \
"${GH_ARM64_TAGS[@]}" \
"${STANDARD_ARGS[@]}" \
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.8
1.0.9

0 comments on commit dd4be56

Please sign in to comment.