From 3584f9b5ceb7a1a1259916822c7b90266ee31769 Mon Sep 17 00:00:00 2001 From: Pijus Kamandulis Date: Sat, 16 Nov 2024 20:09:24 +0200 Subject: [PATCH] Enable ARM builds for Windows and Linux --- .goreleaser.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index df219ea..6673f3a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -9,11 +9,6 @@ builds: - arm64 env: - CGO_ENABLED=0 - ignore: - - goos: linux - goarch: arm64 - - goos: windows - goarch: arm64 release: prerelease: auto