diff --git a/Jenkinsfile b/Jenkinsfile index bac2193a9..465184345 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -370,7 +370,7 @@ def buildDebianNative() { def buster = ["debian-buster" /*, "debian-stretch",*/ ] def busterArchs = [] if (params.BUILD_ALL) { - busterArchs = ["s390x", "ppc64le", "i386", "armhf", "armel", "arm64", "amd64", "mips64le"] + busterArchs = ["s390x", "ppc64le", "i386", "armhf", "armel", "arm64", "amd64"] } else { busterArchs = ["amd64", "i386"] }