Skip to content

Commit

Permalink
Merge pull request #49 from aquasecurity/bugfix/release
Browse files Browse the repository at this point in the history
Bugfix: missing targets
  • Loading branch information
oranmoshai authored Feb 3, 2022
2 parents ba01afb + e7a23ae commit ef28d04
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ builds:
- main: ./cmd/aqua
binary: aqua

targets:
- linux_amd64
- linux_arm64
- darwin_amd64
- darwin_arm64
- windows_arm64
- goos:
- linux
- windows
- darwin
- goarch:
- amd64
- arm64

changelog:
sort: asc
Expand Down

0 comments on commit ef28d04

Please sign in to comment.