Skip to content

Commit

Permalink
goreleaser: Update configuration and remove deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhz committed Sep 1, 2023
1 parent 2ba8f7b commit 76e0faa
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ builds:
- 7

archives:
- replacements:
linux: Linux
386: i386
amd64: x86_64
- id: foo
name_template: >-
{{ .ProjectName }}_{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "arm" }}{{ .Arch }}v{{ .Arm }}
{{- else }}{{ .Arch }}{{ end }}
files:
- LICENSE
Expand Down

0 comments on commit 76e0faa

Please sign in to comment.