From: Michael Tremer Date: Thu, 6 Mar 2025 15:03:51 +0000 (+0000) Subject: jenkins: Add all supported Debian architectures X-Git-Tag: 0.9.18~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48897eed4701e9931ff00da8bd8bfa5b6f288803;p=location%2Flibloc.git jenkins: Add all supported Debian architectures Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index ad67066..7a4ba04 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -208,7 +208,7 @@ pipeline { axis { name "ARCH" - values "amd64", "arm64" + values "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "ppc64el", "s390x" } }