From 508eb2fe0f46bbe81075f5b49c131d69242be3c6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 14:14:30 +0200 Subject: [PATCH] [7.13](backport #25977) Disable armv7 packaging (#25986) (cherry picked from commit a2737b10a61babbfb6882a1953100f6b4021b3ee) Co-authored-by: Steffen Siering --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 30479827d915..63376a3de069 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -284,9 +284,9 @@ def packagingLinux(Map args = [:]) { 'linux/amd64', 'linux/386', 'linux/arm64', - 'linux/armv7', // The platforms above are disabled temporarly as crossbuild images are // not available. See: https://github.com/elastic/golang-crossbuild/issues/71 + //'linux/armv7', //'linux/ppc64le', //'linux/mips64', //'linux/s390x',