Skip to content

Commit

Permalink
skip building windows arm64 binary (tenable#1216)
Browse files Browse the repository at this point in the history
Co-authored-by: Suvarna Rokade <[email protected]>
  • Loading branch information
Rchanger and Suvarna Rokade committed Apr 1, 2022
1 parent 3dbcc4f commit 119958e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ builds:
- windows
- darwin
main: ./cmd/terrascan/main.go
ignore:
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 119958e

Please sign in to comment.