From 1fa5dab7f2ed27cceea464a5f053d33a30d12532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Sun, 8 Feb 2026 09:48:49 +0100 Subject: [PATCH] feat(build): more release targets --- .goreleaser.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0518791..819883b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,6 +33,8 @@ builds: goarch: - amd64 - arm64 + - "386" + - arm ldflags: - -s -w -X github.com/sumup/sumup-cli/internal/buildinfo.Version={{ .Version }} -X github.com/sumup/sumup-cli/internal/buildinfo.Commit={{ .Commit }} -X github.com/sumup/sumup-cli/internal/buildinfo.Date={{ .Date }} @@ -46,6 +48,7 @@ builds: goarch: - amd64 - arm64 + - "386" ldflags: - -s -w -X github.com/sumup/sumup-cli/internal/buildinfo.Version={{ .Version }} -X github.com/sumup/sumup-cli/internal/buildinfo.Commit={{ .Commit }} -X github.com/sumup/sumup-cli/internal/buildinfo.Date={{ .Date }}