Skip to content

Commit 47a885c

Browse files
committed
dev: don't build on android
1 parent 3edc857 commit 47a885c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.goreleaser.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ builds:
1313
- windows
1414
- linux
1515
- freebsd
16-
- android
1716
goarch:
1817
- amd64
1918
- arm64
@@ -24,17 +23,6 @@ builds:
2423
goarm:
2524
- 6
2625
- 7
27-
ignore:
28-
- goos: android
29-
goarch: arm
30-
- goos: android
31-
goarch: arm64
32-
- goos: android
33-
goarch: 386
34-
- goos: android
35-
goarch: ppc64le
36-
- goos: android
37-
goarch: s390x
3826
env:
3927
- CGO_ENABLED=0
4028
main: ./cmd/golangci-lint/

0 commit comments

Comments
 (0)