Skip to content

Commit

Permalink
Update Goreleaser config: remove replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Aug 1, 2023
1 parent 28b8af6 commit 9f0824b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ universal_binaries:
changelog:
sort: asc
archives:
- replacements:
linux: Linux
darwin: Darwin
windows: Windows
freebsd: FreeBSD
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 9f0824b

Please sign in to comment.