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:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
- goos: windows
|
||||
|
|
|
|||
Loading…
Reference in New Issue