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.
1 parent 658a394 commit 9473733Copy full SHA for 9473733
.travis.yml
@@ -64,7 +64,9 @@ jobs:
64
- stage: build
65
if: branch = v9.3.0.x OR tag =~ ^release-candidate*
66
name: "Multi-Arch S390X build"
67
- os: linux-s390
+ os: linux
68
+ arch: s390x
69
+ group: vms390
70
env:
71
- BUILD_ALL=true
72
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
@@ -74,7 +76,9 @@ jobs:
74
76
75
77
78
name: "Multi-Arch PPC64LE build"
- os: linux-ppc64le
79
80
+ arch: ppc64le
81
+ group: power-focal
82
83
84
0 commit comments