From b00176f5234cba68eb5e54853be4ee07e5a326be Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 30 Jun 2021 09:29:47 +0100 Subject: [PATCH] Packaging: add arm7 platform in the main pipeline (#26575) (cherry picked from commit ef283a839af20a5f36a19c2124549383ece29723) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6ad0ac88133..f3f04d56a1d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -352,9 +352,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',