From: Michael Tremer Date: Mon, 10 Mar 2025 14:33:30 +0000 (+0000) Subject: jenkins: Publish Debian packages for all supported architectures X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d583c221fb5db2b0538b493a1c981e3d29e7257;p=location%2Flibloc.git jenkins: Publish Debian packages for all supported architectures Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index f6a07ab..e46dab2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}" }