Skip to content

Commit

Permalink
Enable arm64 build target (#56)
Browse files Browse the repository at this point in the history
Tested locally emulating aarch64 and it ran successfully. Scorecard also supports aarch64. Fixes #49
  • Loading branch information
another-rex authored Dec 15, 2022
1 parent 0b5981e commit c528b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ builds:
# - '386'
# Further testing before supporting arm
# - arm
# - arm64
- arm64
main: ./cmd/osv-scanner/main.go
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
Expand All @@ -38,4 +38,4 @@ checksum:
release:
draft: false
changelog:
skip: true
skip: true

0 comments on commit c528b4e

Please sign in to comment.