Skip to content

Commit

Permalink
goreleaser: also build Windows binary
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed May 6, 2020
1 parent a730539 commit d659cd4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ builds:
- CGO_ENABLED=0
goarch:
- amd64
goos:
- darwin
- linux
- windows
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
files:
- LICENSE
- README.md
Expand All @@ -20,4 +25,4 @@ changelog:
sort: asc
filters:
exclude:
- '^Merge'
- "^Merge"

0 comments on commit d659cd4

Please sign in to comment.