Commit 5eb717c3 authored by Jisi Liu's avatar Jisi Liu

Fix arm64 name

parent b879abc8
...@@ -19,7 +19,7 @@ included. Each invocation will create 6 zip packages: ...@@ -19,7 +19,7 @@ included. Each invocation will create 6 zip packages:
dist/<TARGET>-<VERSION_NUMBER>-osx-x86_64.zip dist/<TARGET>-<VERSION_NUMBER>-osx-x86_64.zip
dist/<TARGET>-<VERSION_NUMBER>-linux-x86_32.zip dist/<TARGET>-<VERSION_NUMBER>-linux-x86_32.zip
dist/<TARGET>-<VERSION_NUMBER>-linux-x86_64.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 EOF
exit 1 exit 1
fi fi
...@@ -34,7 +34,7 @@ declare -a FILE_NAMES=( \ ...@@ -34,7 +34,7 @@ declare -a FILE_NAMES=( \
osx-x86_64.zip osx-x86_64.exe \ osx-x86_64.zip osx-x86_64.exe \
linux-x86_32.zip linux-x86_32.exe \ linux-x86_32.zip linux-x86_32.exe \
linux-x86_64.zip linux-x86_64.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. # List of all well-known types to be included.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment