Skip to content

Commit

Permalink
goreleaser: ignore unsupported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 22, 2020
1 parent 8833051 commit 839ce69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ builds:
- hardfloat
env:
- CGO_ENABLED=0
ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm64
main: ./cmd/golangci-lint/
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}

Expand Down

0 comments on commit 839ce69

Please sign in to comment.