Skip to content

Commit

Permalink
Add windows arm64 to the ignore list
Browse files Browse the repository at this point in the history
The CI build fails for some reason so I moved window_arm64 to the
ignore list.
  • Loading branch information
mgechev committed Aug 7, 2022
1 parent 7cd66dc commit 238d290
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ builds:
- darwin
- windows

ignore:
- goos: windows
goarch: arm64

dockers:
- image_templates: ["ghcr.io/mgechev/revive:{{ .Version }}"]
dockerfile: Dockerfile
Expand Down

0 comments on commit 238d290

Please sign in to comment.