Skip to content

Commit efe1d36

Browse files
committed
dev: fix android build
1 parent b15bf25 commit efe1d36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ builds:
2424
goarm:
2525
- 6
2626
- 7
27+
ignore:
28+
- goos: android
29+
goarch: 386
30+
- goos: android
31+
goarch: ppc64le
32+
- goos: android
33+
goarch: s390x
2734
env:
2835
- CGO_ENABLED=0
2936
main: ./cmd/golangci-lint/

0 commit comments

Comments
 (0)