From c0385466e20131faadbbb0d3e76e823029483347 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 25 Jun 2020 15:07:12 -0700 Subject: [PATCH] no golang packages for buster or stretch on mips64 no mips on stretch at all --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }