From 86666acf2efe2f808c865c7e378581600516ecd6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 5 Jul 2021 10:00:58 +0100 Subject: [PATCH] Packaging: linux/armv7 is not supported See https://github.com/elastic/beats/issues/26677 and https://github.com/elastic/beats/pull/25977 --- .ci/packaging.groovy | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy index bd663600436..85003352ab7 100644 --- a/.ci/packaging.groovy +++ b/.ci/packaging.groovy @@ -138,7 +138,11 @@ pipeline { 'linux/amd64', 'linux/386', 'linux/arm64', - 'linux/armv7', + // armv7 packaging isn't working, and we don't currently + // need it for release. Do not re-enable it without + // confirming it is fixed, you will break the packaging + // pipeline! + //'linux/armv7', // The platforms above are disabled temporarly as crossbuild images are // not available. See: https://github.com/elastic/golang-crossbuild/issues/71 //'linux/ppc64le',