From 1f2388d265d9fb3cd19a9be719273e81a0f8af2a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 20 Jun 2021 21:04:20 +0200 Subject: Docker: T3641: temporary disable arm64 builds qemu: uncaught target signal 11 (Segmentation fault) - core dumped /var/lib/dpkg/info/libc-bin.postinst: line 53: 2576 Segmentation fault ldconfig qemu: uncaught target signal 11 (Segmentation fault) - core dumped /var/lib/dpkg/info/libc-bin.postinst: line 53: 2579 Segmentation fault ldconfig --verbose dpkg: error processing package libc-bin (--configure): installed libc-bin package post-installation script subprocess returned error exit status 139 Errors were encountered while processing: libc-bin --- Jenkinsfile | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 37898220..1438da84 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,22 +68,22 @@ node('Docker') { // } // } // }, - 'arm64': { - script { - dir('docker') { - sh """ - docker build -t ${env.DOCKER_IMAGE_ARM64} --build-arg ARCH=arm64v8/ . - - """ - - if (! isCustomBuild()) { - withDockerRegistry([credentialsId: "DockerHub"]) { - sh "docker push ${env.DOCKER_IMAGE_ARM64}" - } - } - } - } - } +// 'arm64': { +// script { +// dir('docker') { +// sh """ +// docker build -t ${env.DOCKER_IMAGE_ARM64} --build-arg ARCH=arm64v8/ . +// +// """ +// +// if (! isCustomBuild()) { +// withDockerRegistry([credentialsId: "DockerHub"]) { +// sh "docker push ${env.DOCKER_IMAGE_ARM64}" +// } +// } +// } +// } +// } ) } stage('Build timestamp') { -- cgit v1.2.3