From 8f855cb86d0f10e0d86a96fef92a9a7a6f7960ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 6 Jun 2023 10:28:02 +0200 Subject: [PATCH] fix: try to fix release workflow (#404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- backend/.goreleaser.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/.goreleaser.yaml b/backend/.goreleaser.yaml index 2dd4e6f2..fccbb877 100644 --- a/backend/.goreleaser.yaml +++ b/backend/.goreleaser.yaml @@ -24,7 +24,10 @@ kos: preserve_import_paths: false sbom: none platforms: - - all + - linux/amd64 + - linux/arm64 + # building for all platforms has issues with disk space consumed in GH workflow :-( + # - all flags: - -trimpath ldflags: