From 83a5e4a36b5d1b64916e0d512af90902062b646e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 15:05:43 +0100 Subject: [PATCH] Packaging: add arm7 platform in the main pipeline (#26575) (#26598) (cherry picked from commit ef283a839af20a5f36a19c2124549383ece29723) Co-authored-by: Victor Martinez --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5236cd129c08..24894f54f68d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -353,9 +353,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',