Skip to content

Commit

Permalink
goreleaser: create only amd64 packages for linux, darwin and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phiros committed Apr 8, 2019
1 parent 1c1931e commit d458a3c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@ before:
# you may remove this if you don't use vgo
- go mod download
builds:
- env:
- CGO_ENABLED=0
- goos:
- windows
- binary: mite
goos:
- linux
- darwin
- windows
goarch:
- amd64
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -27,5 +29,5 @@ changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^docs:'
- '^test:'

0 comments on commit d458a3c

Please sign in to comment.