1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-07-15 05:12:39 -04:00

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

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