no golang packages for buster or stretch on mips64

no mips on stretch at all
This commit is contained in:
Grant Limberg 2020-06-25 15:07:12 -07:00
parent c22b002226
commit c0385466e2
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

@ -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"]
}