Try to add Windows Arm64 releases by removing the `ignore` entry for that combination.

Fixes fullstorydev/grpcurl#541
This commit is contained in:
k.preisser 2026-01-22 09:48:54 +01:00
parent 1ad1dc15dd
commit 7b29802744
1 changed files with 0 additions and 2 deletions

View File

@ -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