aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2017-11-09 17:22:03 -0800
committerJisi Liu <jisi.liu@gmail.com>2017-11-09 17:22:03 -0800
commit5eb717c3006ad7da9aa6e49d40328a3963ad22a3 (patch)
tree0ba5b28718eb6252f8806b308c2525582b29f93f /protoc-artifacts
parentb879abc8116518821a0da6ac5b72f7b1fda34375 (diff)
downloadprotobuf-5eb717c3006ad7da9aa6e49d40328a3963ad22a3.tar.gz
protobuf-5eb717c3006ad7da9aa6e49d40328a3963ad22a3.tar.bz2
protobuf-5eb717c3006ad7da9aa6e49d40328a3963ad22a3.zip
Fix arm64 name
Diffstat (limited to 'protoc-artifacts')
-rwxr-xr-xprotoc-artifacts/build-zip.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/protoc-artifacts/build-zip.sh b/protoc-artifacts/build-zip.sh
index 0427e616..f08e2758 100755
--- a/protoc-artifacts/build-zip.sh
+++ b/protoc-artifacts/build-zip.sh
@@ -19,7 +19,7 @@ included. Each invocation will create 6 zip packages:
dist/<TARGET>-<VERSION_NUMBER>-osx-x86_64.zip
dist/<TARGET>-<VERSION_NUMBER>-linux-x86_32.zip
dist/<TARGET>-<VERSION_NUMBER>-linux-x86_64.zip
- dist/<TARGET>-<VERSION_NUMBER>-linux-aarch64.zip
+ dist/<TARGET>-<VERSION_NUMBER>-linux-aarch_64.zip
EOF
exit 1
fi
@@ -34,7 +34,7 @@ declare -a FILE_NAMES=( \
osx-x86_64.zip osx-x86_64.exe \
linux-x86_32.zip linux-x86_32.exe \
linux-x86_64.zip linux-x86_64.exe \
- linux-aarch64.zip linux-aarch64.exe \
+ linux-aarch_64.zip linux-aarch_64.exe \
)
# List of all well-known types to be included.