mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
add mips64le to debian native build lists
This commit is contained in:
parent
4968afb89a
commit
39d4fadf90
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -370,7 +370,7 @@ def buildDebianNative() {
|
||||||
def buster = ["debian-buster", /*"debian-stretch",*/ "debian-bullseye"]
|
def buster = ["debian-buster", /*"debian-stretch",*/ "debian-bullseye"]
|
||||||
def busterArchs = []
|
def busterArchs = []
|
||||||
if (params.BUILD_ALL) {
|
if (params.BUILD_ALL) {
|
||||||
busterArchs = ["s390x", "ppc64le", "i386", "armhf", "armel", "arm64", "amd64"]
|
busterArchs = ["s390x", "ppc64le", "i386", "armhf", "armel", "arm64", "amd64", "mips64le"]
|
||||||
} else {
|
} else {
|
||||||
busterArchs = ["amd64", "i386"]
|
busterArchs = ["amd64", "i386"]
|
||||||
}
|
}
|
||||||
|
@ -416,7 +416,7 @@ def buildDebianNative() {
|
||||||
def sid = ["debian-sid"]
|
def sid = ["debian-sid"]
|
||||||
def sidArchs = []
|
def sidArchs = []
|
||||||
if (params.BUILD_ALL) {
|
if (params.BUILD_ALL) {
|
||||||
busterArchs = ["s390x", "ppc64le", "i386", /*"armhf", "armel",*/ "arm64", "amd64"]
|
busterArchs = ["s390x", "ppc64le", "i386", /*"armhf", "armel",*/ "arm64", "amd64", "mips64le"]
|
||||||
} else {
|
} else {
|
||||||
busterArchs = ["amd64", "i386"]
|
busterArchs = ["amd64", "i386"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue