mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-21 14:36:55 +02:00
no armhf for ubuntu focal
This commit is contained in:
parent
c2664033bc
commit
de00486b80
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -400,7 +400,7 @@ def buildDebianNative() {
|
|||
def ubuntuFocal = ["ubuntu-focal"]
|
||||
def ubuntuFocalArchs = []
|
||||
if (params.BUILD_ALL == true) {
|
||||
ubuntuFocalArchs = ["amd64", "armhf", "arm64", "ppc64le", "s390x"]
|
||||
ubuntuFocalArchs = ["amd64", "arm64", "ppc64le", "s390x"]
|
||||
} else {
|
||||
ubuntuFocalArchs = ["amd64"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue