Skip to content

Commit 839ce69

Browse files
committed
goreleaser: ignore unsupported platforms
1 parent 8833051 commit 839ce69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ builds:
2929
- hardfloat
3030
env:
3131
- CGO_ENABLED=0
32+
ignore:
33+
- goos: darwin
34+
goarch: 386
35+
- goos: freebsd
36+
goarch: arm64
3237
main: ./cmd/golangci-lint/
3338
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
3439

0 commit comments

Comments
 (0)