From 9f8728b6b60faa21045da334d9b09465d0e761a4 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 16 Dec 2024 00:03:51 +0300 Subject: [PATCH] chore: ignore arm --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4ab8fc5..2813ebe 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -5,9 +5,9 @@ builds: - CGO_ENABLED=1 goos: - linux - ignore: - - goos: linux - goarch: arm + goarch: + - amd64 + - 386 nfpms: - vendor: 🐹 Quokka Stake maintainer: Sergey