Skip to content

Commit

Permalink
fix: adding goamd and goarch versions to archive name template (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelwhix authored Sep 25, 2024
1 parent 64ca24b commit e94f686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}_v{{ .Arm }}{{ end }}
{{- if .Goamd64 }}_{{ .Goamd64 }}{{ end }} # Includes goamd64 version
{{- if .Goarch }}_{{ .Goarch }}{{ end }} # Includes goarch version
# use zip for windows archives
format_overrides:
Expand Down

0 comments on commit e94f686

Please sign in to comment.