From 5725f04a835a878eaa94e8c412687faa7fd5d7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Prei=C3=9Fer?= Date: Mon, 11 May 2026 23:03:53 +0200 Subject: [PATCH] Try to add Windows Arm64 releases by removing the `ignore` entry for that combination. (#542) 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