Skip to content

Commit

Permalink
chore: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveRuble committed Nov 9, 2020
1 parent 15e7b85 commit 77a25cd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ builds:
- darwin
goarch:
- amd64
archives:
- name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: darwin
linux: linux
windows: windows
amd64: amd64
format_overrides:
- goos: windows
format: zip
archive:
name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: darwin
linux: linux
windows: windows
amd64: amd64
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 77a25cd

Please sign in to comment.