Skip to content

Commit

Permalink
Merge pull request #51 from aquasecurity/owenr-fix-goreleaser
Browse files Browse the repository at this point in the history
fix: go releaser had 4 items in build list
  • Loading branch information
Owen Rumney authored Feb 3, 2022
2 parents b6862d0 + 58c72f4 commit 1a73c77
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ before:
- go mod tidy
- go mod download
builds:
- env:
- CGO_ENABLED=0
- main: ./cmd/aqua
binary: aqua

- goos:
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- goarch:
goarch:
- amd64
- arm64

Expand Down

0 comments on commit 1a73c77

Please sign in to comment.