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 a7946a0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ archives:
- id: archive_multi
builds: [dynamic]
name_template: >-
{{ .ProjectName }}_{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format: tar.gz
format_overrides:
Expand All @@ -79,8 +75,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 a7946a0

Please sign in to comment.