Skip to content

Commit

Permalink
Fix breakage from new goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Jul 2, 2023
1 parent d7a4d59 commit 4fb67fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ nfpms:
- src: resources/10-stash-plugin.conf
dst: "/etc/condor/config.d/10-stash-plugin.conf"
type: config|noreplace
replacements:
amd64: x86_64
file_name_template: "{{ .PackageName }}-{{ .Version }}-{{ .Release }}.{{ .Arch }}"
file_name_template: >-
{{ .PackageName }}-{{ .Version }}-{{ .Release }}.{{ if eq .Arch "amd64" }}x86_64{{ else }}{{ .Arch }}{{ end }}
deb:
contents:
- src: LICENSE.txt
Expand Down

0 comments on commit 4fb67fe

Please sign in to comment.