Skip to content

Commit

Permalink
Remove support for releasing 32-bit binaries (#2315)
Browse files Browse the repository at this point in the history
Co-authored-by: Cedric <23346008+Cedric98@users.noreply.github.com>
  • Loading branch information
840 and 840 authored May 22, 2023
1 parent b3a30a1 commit 15facb2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ builds:
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ replace .Version "v" "" }}_{{ .Os }}_{{ .Arch }}'
Expand Down

0 comments on commit 15facb2

Please sign in to comment.