Skip to content

Commit

Permalink
chore: update archive name format in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Mar 4, 2024
1 parent 08019c8 commit 2dec0da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ builds:

archives:
- format: binary
name_template: "{{.Binary}}-{{.Os}}-{{.Arch}}-{{.Version}}"
name_template: >-
{{- .ProjectName }}-
{{- .Version }}-
{{- title .Os }}-
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
changelog:
sort: asc
Expand Down

0 comments on commit 2dec0da

Please sign in to comment.