no armhf for ubuntu focal

This commit is contained in:
Grant Limberg 2020-06-23 09:41:45 -07:00
parent c2664033bc
commit de00486b80
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

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