dev: don't build on android

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

View File

@ -13,7 +13,6 @@ builds:
- windows - windows
- linux - linux
- freebsd - freebsd
- android
goarch: goarch:
- amd64 - amd64
- arm64 - arm64
@ -24,17 +23,6 @@ builds:
goarm: goarm:
- 6 - 6
- 7 - 7
ignore:
- goos: android
goarch: arm
- goos: android
goarch: arm64
- goos: android
goarch: 386
- goos: android
goarch: ppc64le
- goos: android
goarch: s390x
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
main: ./cmd/golangci-lint/ main: ./cmd/golangci-lint/