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

Commit 809723a

Browse files
committed
Make .deb and .rpm naming consistent with archives
1 parent 8b47a72 commit 809723a

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ scoop:
9090
license: Apache-2.0
9191

9292
nfpms:
93-
-
93+
- name_template: "secrethub-{{ .Tag }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
9494
builds:
9595
- without-bin-dir
9696
vendor: SecretHub
@@ -107,12 +107,4 @@ nfpms:
107107
scripts:
108108
postinstall: "scripts/post-install.sh"
109109
postremove: "scripts/post-remove.sh"
110-
overrides:
111-
rpm:
112-
replacements:
113-
amd64: x86_64
114-
386: i386
115-
name_template: "{{ .ProjectName }}-{{ .Version }}-1.{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
116-
deb:
117-
name_template: "{{ .ProjectName }}-{{ .Tag }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
118110

0 commit comments

Comments
 (0)