Skip to content
Snippets Groups Projects
Commit 7875a76b authored by Yorhel's avatar Yorhel
Browse files

static: Add AArch64 binaries

parent a5e08cf5
Branches
Tags
No related merge requests found
...@@ -110,6 +110,7 @@ buildarch() { ...@@ -110,6 +110,7 @@ buildarch() {
TARGET=$1 TARGET=$1
case $TARGET in case $TARGET in
arm) HOST=arm-linux-musleabi DIR=arm-linux-musleabi ;; arm) HOST=arm-linux-musleabi DIR=arm-linux-musleabi ;;
aarch64)HOST=aarch64-linux-musl DIR=aarch64-linux-musl ;;
i486) HOST=i486-linux-musl DIR=i486-linux-musl ;; i486) HOST=i486-linux-musl DIR=i486-linux-musl ;;
x86_64) HOST=x86_64-linux-musl DIR=x86_64-linux-musl ;; x86_64) HOST=x86_64-linux-musl DIR=x86_64-linux-musl ;;
*) echo "Unknown target: $TARGET" ;; *) echo "Unknown target: $TARGET" ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment