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

static: Add AArch64 binaries

parent a5e08cf5
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ buildarch() {
TARGET=$1
case $TARGET in
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 ;;
x86_64) HOST=x86_64-linux-musl DIR=x86_64-linux-musl ;;
*) echo "Unknown target: $TARGET" ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment