Try to add Windows Arm64 releases by removing the ignore entry for that combination. (#542)

Fixes fullstorydev/grpcurl#541
This commit is contained in:
Konstantin Preißer
2026-05-11 23:03:53 +02:00
committed by GitHub
parent c54eac28fd
commit 5725f04a83

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