Skip to content

Commit

Permalink
Bugfix: missing targets
Browse files Browse the repository at this point in the history
  • Loading branch information
oranmoshai committed Feb 3, 2022
1 parent ba01afb commit e7a23ae
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 e7a23ae

Please sign in to comment.