Skip to content

Commit b4a7797

Browse files
committed
chore(pipeline): don't use s390x permanent agent (#2185)
1 parent f027dd6 commit b4a7797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ def envVars = ['PUBLISH=true']
1818
def architecturesAndCiJioAgentLabels = [
1919
'amd64': 'docker && amd64',
2020
'arm64': 'arm64docker',
21-
// No corresponding agent, using qemu
21+
// Using qemu
2222
'ppc64le': 'docker && amd64',
23-
's390x': 's390xdocker',
23+
's390x': 'docker && amd64',
2424
]
2525

2626
// Set to true in a replay to simulate a LTS build on ci.jenkins.io

0 commit comments

Comments
 (0)