Explorar o código

had these transposed

Grant Limberg %!s(int64=5) %!d(string=hai) anos
pai
achega
ecf1fe9aa5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -200,7 +200,7 @@ def packageStatic() {
     if (params.BUILD_ALL == true) {
         def s390xStatics = ["clefos", "debian-buster", "debian-sid", "debian-bullseye", "debian-stretch", "ubuntu-bionic", "ubuntu-eoan", "ubuntu-focal"]
         def s390x = ["s390x"]
-        tasks << getTasks(s390x, s390xStatics, { distro, arch -> 
+        tasks << getTasks(s390xStatics, s390x , { distro, arch -> 
             def myNode = {
                 node ('linux-build') {
                     env.PATH = env.PATH + ":/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/home/jenkins-build/go/bin"