Skip to content

Commit

Permalink
Fixing GoReleaser deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Jun 29, 2023
1 parent 180c98d commit 9153244
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ nfpms:
formats:
- deb
- rpm
replacements:
amd64: x86_64
linux: Linux
file_name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
brews:
- tap:
Expand Down

0 comments on commit 9153244

Please sign in to comment.