Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Signed-off-by: Zeke Sikelianos <zeke@sikelianos.com>
  • Loading branch information
zeke and caarlos0 committed Jan 4, 2024
1 parent 61eb7e0 commit b96dd52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ archives:
- format: binary
name_template: >-
{{ .ProjectName }}_
{{- if eq .Os "darwin" }}Darwin
{{- else if eq .Os "linux" }}Linux
{{- else }}{{ .Os }}{{ end -}}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end -}}
Expand Down

0 comments on commit b96dd52

Please sign in to comment.