From 0657b89b8fca2e1159896711e7fa5adc405ceb08 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 10 Mar 2025 15:15:54 +0000 Subject: [PATCH] jenkins: Build for s390x again Signed-off-by: Michael Tremer --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e46dab2..5279778 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -208,7 +208,7 @@ pipeline { axis { name "ARCH" - values "amd64", "arm64", "armel", "armhf", "i386", "ppc64el" + values "amd64", "arm64", "armel", "armhf", "i386", "ppc64el", "s390x" } } @@ -371,7 +371,7 @@ pipeline { // Unstash all stashed packages from the matrix build script { for (distro in ["trixie", "bookworm"]) { - for (arch in ["amd64", "arm64", "armel", "armhf", "i386", "ppc64el"]) { + for (arch in ["amd64", "arm64", "armel", "armhf", "i386", "ppc64el", "s390x"]) { unstash "${distro}-${arch}" } -- 2.39.5