Remove: arm64 build option

This commit is contained in:
HFO4
2020-04-11 11:17:34 +08:00
parent bcdf94fd93
commit 3cc9940924
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ 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-i386
- chmod +x ./build.sh
- ./build.sh -r b
deploy: