mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-21 01:42:50 +02: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 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"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue