From de00486b80619d14cfe54ece82b5fa42d82e6629 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 23 Jun 2020 09:41:45 -0700 Subject: [PATCH] no armhf for ubuntu focal --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c19be7e05..d4dc4aef2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"] }