Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
Release freebsd/openbsd/netbsd and arm64 binaries
Browse files Browse the repository at this point in the history
Since goreleaser-produced binaries is now the official way
to use stable gometalinter, it makes sense to cover more
GOOS/GOARCH combinations.

Update #552

Signed-off-by: Dmitry Vyukov <[email protected]>
  • Loading branch information
dvyukov authored and alecthomas committed Oct 31, 2018
1 parent 9777a28 commit 8483257
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ builds:
- darwin
- windows
- linux
- freebsd
- openbsd
- netbsd
goarch: &goarch
- amd64
- i386
- arm64
env:
- CGO_ENABLED=0
main: ./
Expand Down

0 comments on commit 8483257

Please sign in to comment.