Skip to content

Commit

Permalink
Merge pull request #53 from anchore/release_targets
Browse files Browse the repository at this point in the history
fix: updates build os and arch to linux+mac and amd64+arm64 only
  • Loading branch information
bradleyjones authored Aug 31, 2023
2 parents d574cad + 1d35c38 commit 430265b
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 430265b

Please sign in to comment.