From 7b2f0a706d9e643d1bae44c4b79aeeec828e2b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Fri, 30 Oct 2020 18:16:16 +0100 Subject: [PATCH] Remove s390x from release binaries (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It causes upx to fail: ⨯ release failed after 654.87s error=post hook failed: " Ultimate Packer for eXecutables\n Copyright (C) 1996 - 2017\nUPX 3.94 Markus Oberhumer, Laszlo Molnar & John Reiser May 12th 2017\n\n File size Ratio Format Name\n -------------------- ------ ----------- -----------\nupx: /home/runner/work/observatorium-otelcol/observatorium-otelcol/dist/opentelemetry-collector_linux_s390x/observatorium-otelcol: UnknownExecutableFormatException\n\nPacked 0 files.\n": exit status 1 Signed-off-by: Juraci Paixão Kröhling --- .goreleaser.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e9a35f7..3167702 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -15,7 +15,6 @@ builds: - amd64 - arm - arm64 - - s390x goarm: - 6 - 7