mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-02-06 10:04:23 +01:00
Add 64-bit ARM (aarch64) build (#275)
This commit is contained in:
committed by
GitHub
parent
a8ca820a32
commit
b42790344c
@@ -125,7 +125,7 @@ build() {
|
||||
}
|
||||
|
||||
case $1 in
|
||||
i386|x86_64|mips|mipsel)
|
||||
i386|x86_64|aarch64|mips|mipsel)
|
||||
build $1-linux-musl $1
|
||||
;;
|
||||
arm)
|
||||
@@ -135,6 +135,5 @@ case $1 in
|
||||
build arm-linux-musleabihf $1
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 i386|x86_64|arm|armhf|mips|mipsel" && exit 1
|
||||
echo "usage: $0 i386|x86_64|arm|armhf|aarch64|mips|mipsel" && exit 1
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user