Explorar o código

no golang packages for buster or stretch on mips64

no mips on stretch at all
Grant Limberg %!s(int64=5) %!d(string=hai) anos
pai
achega
c0385466e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
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"]
     }