From 78473f030e0abcc298c46158c831d70cb69358ac Mon Sep 17 00:00:00 2001 From: David Bailey Date: Mon, 28 Jul 2025 10:08:38 +1000 Subject: [PATCH] [EX-221] build and publish arm64 protoc-java image --- protoc-java/version.txt | 2 +- publish.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protoc-java/version.txt b/protoc-java/version.txt index 9df886c..428b770 100644 --- a/protoc-java/version.txt +++ b/protoc-java/version.txt @@ -1 +1 @@ -1.4.2 +1.4.3 diff --git a/publish.sh b/publish.sh index b1d9fad..9d0be0a 100755 --- a/publish.sh +++ b/publish.sh @@ -13,7 +13,7 @@ if [ "$RELEASE_TAG" != "true" ]; then fi # These images are incompatible with arm64 -if [ "$IMAGE" == "protoc-java" ] || [ "$IMAGE" == "protoc-swift" ]; then +if [ "$IMAGE" == "protoc-swift" ]; then PLATFORM="linux/amd64" fi