Skip to content

Commit

Permalink
change to binaries and uname values
Browse files Browse the repository at this point in the history
  • Loading branch information
abice committed Sep 6, 2021
1 parent 13348bc commit acf2ee0
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
Expand All @@ -13,12 +12,22 @@ builds:
- windows
- darwin

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"

archives:
- format_overrides:
- goos: windows
format: zip
# Distribute just the binaries by default
- format: binary
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"

snapshot:
name_template: "{{ incpatch .Version }}-dev"
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit acf2ee0

Please sign in to comment.