From dd4be56aa31cfcda3c566529c27604a6676b39dd Mon Sep 17 00:00:00 2001 From: Michael Burman Date: Thu, 18 Apr 2024 10:59:28 +0300 Subject: [PATCH] Add back the UBI8 ARM64 build, change the tag back to -ubi8 instead of -ubi to preserve backwards compatibility and update the version to 1.0.9 --- scripts/build-push-images.sh | 8 +++++++- version.txt | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/build-push-images.sh b/scripts/build-push-images.sh index ba518c7..562c2de 100755 --- a/scripts/build-push-images.sh +++ b/scripts/build-push-images.sh @@ -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=( @@ -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[@]}" \ diff --git a/version.txt b/version.txt index b0f3d96..66c4c22 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.8 +1.0.9