Skip to content

Commit

Permalink
Merge pull request #59 from burmanm/fix_build_and_push
Browse files Browse the repository at this point in the history
Add back the UBI8 ARM64 build
  • Loading branch information
burmanm authored Apr 18, 2024
2 parents 0893875 + dd4be56 commit f95d87f
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 f95d87f

Please sign in to comment.