Browse Source

add mips64le to debian native build lists

Grant Limberg 5 years ago
parent
commit
39d4fadf90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

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