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