diff --git a/Jenkinsfile b/Jenkinsfile index 527bcbecb55..2e4dc51d510 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',