Skip to content

Commit

Permalink
Added windows and arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider82 committed Nov 22, 2018
1 parent 7f800d3 commit 97886fc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,26 @@ before:
#- go generate ./...
builds:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 97886fc

Please sign in to comment.