]> git.ipfire.org Git - location/libloc.git/commitdiff
jenkins: Publish Debian packages for all supported architectures
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Mar 2025 14:33:30 +0000 (14:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Mar 2025 14:33:30 +0000 (14:33 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index f6a07abd31b543d79a5fd2ed23a996cbd2df86b1..e46dab2d2db539ae19882ee0c4904d1dd7f6f235 100644 (file)
@@ -371,7 +371,7 @@ pipeline {
                                                // Unstash all stashed packages from the matrix build
                                                script {
                                                        for (distro in ["trixie", "bookworm"]) {
-                                                               for (arch in ["amd64", "arm64"]) {
+                                                               for (arch in ["amd64", "arm64", "armel", "armhf", "i386", "ppc64el"]) {
                                                                        unstash "${distro}-${arch}"
                                                                }