Skip to content

Commit

Permalink
start producing builds for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zaquestion committed Jun 20, 2018
1 parent c5ee43e commit c1d883e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
- "386"
Expand All @@ -39,15 +40,6 @@ archive:
format: tar.gz
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}'
files:
- licence*
- LICENCE*
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
checksum:
Expand Down

0 comments on commit c1d883e

Please sign in to comment.