dev: don't build android on arm64

This commit is contained in:
Denis Isaev 2020-01-19 18:02:23 +03:00
parent e1cdcebd57
commit 3edc857374
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01

View File

@ -27,6 +27,8 @@ builds:
ignore: ignore:
- goos: android - goos: android
goarch: arm goarch: arm
- goos: android
goarch: arm64
- goos: android - goos: android
goarch: 386 goarch: 386
- goos: android - goos: android