We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e0eed commit 78473f0Copy full SHA for 78473f0
protoc-java/version.txt
@@ -1 +1 @@
1
-1.4.2
+1.4.3
publish.sh
@@ -13,7 +13,7 @@ if [ "$RELEASE_TAG" != "true" ]; then
13
fi
14
15
# These images are incompatible with arm64
16
-if [ "$IMAGE" == "protoc-java" ] || [ "$IMAGE" == "protoc-swift" ]; then
+if [ "$IMAGE" == "protoc-swift" ]; then
17
PLATFORM="linux/amd64"
18
19
0 commit comments