Skip to content

Commit

Permalink
feat: Update .goreleaser
Browse files Browse the repository at this point in the history
- update .goreleaser.yml to add solaris, openbsd and freebsd

BREAKING CHANGE: No

Signed-off-by: Alejandro JNM <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Apr 20, 2020
1 parent 10be43b commit d656e61
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 d656e61

Please sign in to comment.