Skip to content

Commit 78473f0

Browse files
committed
[EX-221] build and publish arm64 protoc-java image
1 parent 02e0eed commit 78473f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protoc-java/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.4.3

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$RELEASE_TAG" != "true" ]; then
1313
fi
1414

1515
# These images are incompatible with arm64
16-
if [ "$IMAGE" == "protoc-java" ] || [ "$IMAGE" == "protoc-swift" ]; then
16+
if [ "$IMAGE" == "protoc-swift" ]; then
1717
PLATFORM="linux/amd64"
1818
fi
1919

0 commit comments

Comments
 (0)