Skip to content

Commit

Permalink
project: only restrict further to only linux amd64 because of cgo
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
  • Loading branch information
MrFreezeex committed Jun 24, 2022
1 parent 9e605e9 commit f2c34e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ builds:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
Expand Down

0 comments on commit f2c34e9

Please sign in to comment.