From 7c69e892b519a0c1ff9cea8b1aeb0b62e9fc147d Mon Sep 17 00:00:00 2001 From: Manases Leal Date: Thu, 17 Nov 2022 09:37:14 -0600 Subject: [PATCH] Updated ignore list to arm64 --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 64e23a6..8c3e004 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,8 +26,8 @@ builds: - arm - arm64 ignore: - - goos: darwin - goarch: '386' + - goos: windows + goarch: arm64 binary: '{{ .ProjectName }}_v{{ .Version }}' archives: - format: zip