Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 5991889

Browse files
author
Sameer Naik
committed
releases: drop version from binary name
also replace darwin from binary names to use macOS instead
1 parent c4073eb commit 5991889

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ builds:
1919
archives:
2020
- id: default
2121
format: binary
22+
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
23+
replacements:
24+
darwin: macOS
2225

2326
checksum:
2427
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)