From 7b29802744368e79e79decf7a576d1e1ac11f3e1 Mon Sep 17 00:00:00 2001 From: "k.preisser" Date: Thu, 22 Jan 2026 09:48:54 +0100 Subject: [PATCH] Try to add Windows Arm64 releases by removing the `ignore` entry for that combination. Fixes fullstorydev/grpcurl#541 --- .goreleaser.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 294616a..0f7251e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -19,8 +19,6 @@ builds: ignore: - goos: darwin goarch: 386 - - goos: windows - goarch: arm64 - goos: darwin goarch: arm - goos: windows