add support for linux aarch64

This commit is contained in:
Tlntin
2023-02-04 14:42:24 +08:00
parent 56961a9da3
commit edca600596
3 changed files with 1 additions and 1 deletions

2
script/build.sh vendored
View File

@@ -40,7 +40,7 @@ if [[ "$OSTYPE" =~ ^linux ]]; then
echo "==============="
echo "Build for Linux"
echo "==============="
export sd=${SHELL_FOLDER}/sd-linux-x64
export sd=${SHELL_FOLDER}/sd-linux-`arch`
chmod +x "$sd"
# for linux, package name may be com.xxx.xxx
echo "rename package name"

BIN
script/sd-linux-aarch64 vendored Executable file

Binary file not shown.