mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 22:33:58 -07:00
no golang packages for buster or stretch on mips64
no mips on stretch at all
This commit is contained in:
parent
c22b002226
commit
c0385466e2
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue