We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
s390x
1 parent f027dd6 commit b4a7797Copy full SHA for b4a7797
Jenkinsfile
@@ -18,9 +18,9 @@ def envVars = ['PUBLISH=true']
18
def architecturesAndCiJioAgentLabels = [
19
'amd64': 'docker && amd64',
20
'arm64': 'arm64docker',
21
- // No corresponding agent, using qemu
+ // Using qemu
22
'ppc64le': 'docker && amd64',
23
- 's390x': 's390xdocker',
+ 's390x': 'docker && amd64',
24
]
25
26
// Set to true in a replay to simulate a LTS build on ci.jenkins.io
0 commit comments