Skip to content

Commit

Permalink
update GoReleaser to include windows and arm
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkin committed May 16, 2020
1 parent afac998 commit 54e4feb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ before:
builds:
- env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 54e4feb

Please sign in to comment.