We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edc857 commit 47a885cCopy full SHA for 47a885c
.goreleaser.yml
@@ -13,7 +13,6 @@ builds:
13
- windows
14
- linux
15
- freebsd
16
- - android
17
goarch:
18
- amd64
19
- arm64
@@ -24,17 +23,6 @@ builds:
24
23
goarm:
25
- 6
26
- 7
27
- ignore:
28
- - goos: android
29
- goarch: arm
30
31
- goarch: arm64
32
33
- goarch: 386
34
35
- goarch: ppc64le
36
37
- goarch: s390x
38
env:
39
- CGO_ENABLED=0
40
main: ./cmd/golangci-lint/
0 commit comments