2
0
Эх сурвалжийг харах

no armhf for ubuntu focal

Grant Limberg 5 жил өмнө
parent
commit
de00486b80
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Jenkinsfile

+ 1 - 1
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"]
     }