1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-25 21:29:16 +02:00

Add windows arm64 to the ignore list

The CI build fails for some reason so I moved window_arm64 to the
ignore list.
This commit is contained in:
mgechev 2022-08-06 20:29:48 -07:00
parent 7cd66dc752
commit 238d290ebb

View File

@ -23,6 +23,10 @@ builds:
- darwin
- windows
ignore:
- goos: windows
goarch: arm64
dockers:
- image_templates: ["ghcr.io/mgechev/revive:{{ .Version }}"]
dockerfile: Dockerfile