Skip to content

Commit

Permalink
Fix goreleaser build (#683)
Browse files Browse the repository at this point in the history
Now that there are multiple files under `cmd/osv-scanner/` in addition
to `main.go` we need to specify the entire package rather than just the
main.go file when releasing.
  • Loading branch information
another-rex authored Dec 1, 2023
1 parent a254b1d commit 9b4d714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ builds:
# Further testing before supporting arm
# - arm
- arm64
main: ./cmd/osv-scanner/main.go
main: ./cmd/osv-scanner/

dockers:
# Arch: amd64
Expand Down

0 comments on commit 9b4d714

Please sign in to comment.