Try to add Windows Arm64 releases by removing the `ignore` entry for that combination.
Fixes fullstorydev/grpcurl#541
This commit is contained in:
parent
1ad1dc15dd
commit
7b29802744
|
|
@ -19,8 +19,6 @@ builds:
|
||||||
ignore:
|
ignore:
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: 386
|
goarch: 386
|
||||||
- goos: windows
|
|
||||||
goarch: arm64
|
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: arm
|
goarch: arm
|
||||||
- goos: windows
|
- goos: windows
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue