Skip to content

Commit

Permalink
change release bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
ichikaway committed Sep 22, 2020
1 parent 86eb2fb commit e0b247f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,14 @@ builds:
env:
- CGO_ENABLED=0
archives:
-
id: archive-version
format: binary
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
-
id: archive-no-version
format: binary
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
name_template: '{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}'
replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
darwin: macOS
linux: linux
amd64: 64bit
checksum:
name_template: checksums.txt
snapshot:
Expand Down

0 comments on commit e0b247f

Please sign in to comment.