Skip to content

Commit

Permalink
Disable windows/arm (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Nov 10, 2022
1 parent 4891581 commit 497e58c
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 @@ -3,6 +3,9 @@ builds:
- dir: cmd/artifactvalidator
binary: artifactvalidator
goos: [ linux, windows, darwin ]
ignore:
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: macOS
Expand Down

0 comments on commit 497e58c

Please sign in to comment.