Skip to content

Commit 7aca9d1

Browse files
committed
Fix go releaser
1 parent 4057e20 commit 7aca9d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ builds:
2626
# Further testing before supporting arm
2727
# - arm
2828
# - arm64
29-
ignore:
30-
- goos: linux
31-
goarch: amd64
29+
main: ./cmd/osv-scanner/main.go
3230
binary: '{{ .ProjectName }}_v{{ .Version }}'
3331
archives:
3432
- format: binary

0 commit comments

Comments
 (0)