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:
parent
7cd66dc752
commit
238d290ebb
@ -23,6 +23,10 @@ builds:
|
||||
- darwin
|
||||
- windows
|
||||
|
||||
ignore:
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
|
||||
dockers:
|
||||
- image_templates: ["ghcr.io/mgechev/revive:{{ .Version }}"]
|
||||
dockerfile: Dockerfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user