From 8f16cb4c9a42ff8bbc65931d4d8367b300c388d5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Jul 2026 11:40:58 +0000 Subject: [PATCH 1/2] Initial plan From b90482368f11ed98dae585a8145e7ac6a3596060 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Jul 2026 11:43:25 +0000 Subject: [PATCH 2/2] fix: skip unsupported windows arm release asset --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 35b3d95..423821e 100644 --- a/Makefile +++ b/Makefile @@ -99,3 +99,6 @@ release-assets/%: $(SOURCE) release-assets/darwin.arm: echo "not supported" + +release-assets/windows.arm: + echo "not supported"