Skip to content

Commit

Permalink
build: use s390x in filename
Browse files Browse the repository at this point in the history
refs #802

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Mar 19, 2024
1 parent 2bfa63a commit 507ad79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ archives:
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "s390" }}s390x
{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows
Expand Down

0 comments on commit 507ad79

Please sign in to comment.