From: Michael Tremer Date: Fri, 21 Mar 2025 16:47:11 +0000 (+0000) Subject: jenkins: Build Debian packages for riscv64, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92bfc43af92eb19a5ed95ff04f2a71e56087a75b;p=location%2Flibloc.git jenkins: Build Debian packages for riscv64, too Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 4953adf..d893816 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -208,7 +208,7 @@ pipeline { axis { name "ARCH" - values "amd64", "arm64", "armel", "armhf", "i386", "ppc64el", "s390x" + values "amd64", "arm64", "armel", "armhf", "i386", "ppc64el", "riscv64", "s390x" } }