From a8bef11d812d2cf7c41df56d43f0021e38c571e4 Mon Sep 17 00:00:00 2001 From: xvlcwk <33735558+xvlcwk@users.noreply.github.com.> Date: Fri, 12 Jan 2024 14:42:36 +0100 Subject: [PATCH] [chore] Ignore windows/arm when building releases --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 404bed5..dc1fa88 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,6 +24,10 @@ builds: ignore: - goos: darwin goarch: '386' + - goos: windows + goarch: arm64 + - goos: windows + goarch: arm binary: '{{ .ProjectName }}_v{{ .Version }}' archives: - id: zip