Skip to content

Commit

Permalink
fix: updates build os and arch to linux+mac and amd64+arm64 only
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Hill <zach@anchore.com>
  • Loading branch information
zhill committed Aug 30, 2023
1 parent a5409e0 commit 1d35c38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ builds:
- CGO_ENABLED=0
goarch:
- amd64
- arm64
goos:
- linux
- darwin
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 1d35c38

Please sign in to comment.