Skip to content

Commit

Permalink
Ensure that all 386 arches are ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Mar 3, 2021
1 parent 270d077 commit fb8cfe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ builds:
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
- goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit fb8cfe3

Please sign in to comment.