Add: arm64 build option

This commit is contained in:
HFO4
2020-04-12 12:00:01 +08:00
parent e9f3a55eb8
commit 99033d61c6
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ before_deploy:
- sudo apt-get update
- sudo apt-get -y install gcc-mingw-w64-x86-64
- sudo apt-get -y install gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
- sudo apt-get -y install gcc-aarch64-linux-gnu libc6-dev-arm64-cross
- chmod +x ./build.sh
- ./build.sh -r b
deploy: