Skip to content

Commit

Permalink
Build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjones committed Oct 17, 2018
1 parent a98ae47 commit e613dc4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ before:
builds:
- env:
- CGO_ENABLED=0
- goos:
- windows
- darwin
- linux
archive:
replacements:
darwin: Darwin
darwin: MacOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
386: 32-bit
amd64: 64-bit
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit e613dc4

Please sign in to comment.