]> git.ipfire.org Git - location/libloc.git/commitdiff
jenkins: Build for s390x again
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Mar 2025 15:15:54 +0000 (15:15 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Mar 2025 15:15:54 +0000 (15:15 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index e46dab2d2db539ae19882ee0c4904d1dd7f6f235..52797780c230ebdfe3bbb7994c22e153c48ed4d2 100644 (file)
@@ -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}"
                                                                }