Browse Source

no golang packages for buster or stretch on mips64

no mips on stretch at all
Grant Limberg 5 years ago
parent
commit
c0385466e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -370,7 +370,7 @@ def buildDebianNative() {
     def buster = ["debian-buster" /*, "debian-stretch",*/ ]
     def buster = ["debian-buster" /*, "debian-stretch",*/ ]
     def busterArchs = []
     def busterArchs = []
     if (params.BUILD_ALL) {
     if (params.BUILD_ALL) {
-        busterArchs = ["s390x", "ppc64le", "i386", "armhf", "armel", "arm64", "amd64", "mips64le"]
+        busterArchs = ["s390x", "ppc64le", "i386", "armhf", "armel", "arm64", "amd64"]
     } else {
     } else {
         busterArchs = ["amd64", "i386"]
         busterArchs = ["amd64", "i386"]
     }
     }