Add specific build for Android (#512)

Fixes #491
This commit is contained in:
young-zy
2020-12-14 01:48:06 +08:00
committed by GitHub
parent 166d1afee5
commit 3e9b74c234
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -66,6 +66,10 @@ jobs:
- goos: linux
goarch: mips
# END MIPS
# BEGIN Android
- goos: android
goarch: arm64
# END Android
# END Other architectures
fail-fast: false