Skip to content

Commit

Permalink
Merge pull request #8 from civo/dev
Browse files Browse the repository at this point in the history
Update .goreleaser
  • Loading branch information
alejandrojnm committed Apr 20, 2020
2 parents 4172f90 + d656e61 commit 2a8e4c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ builds:
- linux
- darwin
- windows
- solaris
- openbsd
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
- goos: solaris
goarch: 386
- goos: openbsd
goarch: arm
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
changelog:
Expand All @@ -25,12 +31,6 @@ changelog:
- Merge branch
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: darwin
linux: linux
windows: windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

0 comments on commit 2a8e4c7

Please sign in to comment.