From 91284151b601a96f7c3c2577a2b82377de54aff2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 08:50:33 -0400 Subject: [PATCH] Disable armv7 packaging (#26679) (#26682) (cherry picked from commit f8c68b5b85c3f580faa07d4c0a3939c0af22388b) Co-authored-by: Fae Charlton --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c50681d4fc..b7e6de7c95e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -353,7 +353,11 @@ def packagingLinux(Map args = [:]) { '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',