had these transposed

This commit is contained in:
Grant Limberg 2020-07-07 08:57:16 -07:00
parent e5e6f82a8e
commit ecf1fe9aa5
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

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