Skip to content

Commit

Permalink
ateam-13324 stop support for i386 (32-bit)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebyl committed Oct 6, 2022
1 parent 3e3c798 commit 8846c19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ builds:
# - netbsd
# - dragonfly
goarch:
- 386
# - 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
#ignore:
# - goos: darwin
# goarch: 386
env:
- CGO_ENABLED=0
flags:
Expand Down

0 comments on commit 8846c19

Please sign in to comment.