Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Apr 23, 2024
1 parent 77e013a commit bc740d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ archives:
- id: archive_multi
builds: [dynamic]
name_template: >-
{{ .ProjectName }}_{{ .Version }}_
{{- title .Os }}_
{{ .ProjectName }}-{{ .Version }}.
{{- .Os }}-
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
Expand All @@ -79,8 +79,8 @@ archives:
- id: archive_static
builds: [static]
name_template: >-
{{ .ProjectName }}_static_{{ .Version }}_
{{- title .Os }}_
{{ .ProjectName }}_static-{{ .Version }}.
{{- .Os }}-
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
Expand Down

0 comments on commit bc740d7

Please sign in to comment.