Skip to content

Commit

Permalink
update arch support
Browse files Browse the repository at this point in the history
  • Loading branch information
KalebHawkins committed Jun 25, 2024
1 parent 510ba06 commit 6bbf21a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ archives:
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
Expand Down

0 comments on commit 6bbf21a

Please sign in to comment.