Skip to content

Commit

Permalink
goreleaser: fix typo for name_template and 386 replace
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jul 3, 2023
1 parent e44ba78 commit de10715
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ archives:
builds:
- rpaasv2
name_template: >-
"rpaasv2_{{ .Version }}_
rpaasv2_{{ .Version }}_
{{- if eq .Os "darwin" -}}
Darwin
{{- else if eq .Os "linux" -}}
Expand All @@ -37,6 +37,8 @@ archives:
{{- end }}_
{{- if eq .Arch "amd64" -}}
x86_64
{{- if eq .Arch "386" -}}
i386
{{- else -}}
{{ .Arch }}
{{ end }}
Expand Down

0 comments on commit de10715

Please sign in to comment.