Skip to content

Commit 59230b6

Browse files
Alec-PainterGitHub Enterprise
authored andcommitted
Merge pull request #462 from mq-cloudpak/ahp-travis-migration-lts
Update .travis.yml file to do multi-arch builds for Travis 3
2 parents 658a394 + 19230f5 commit 59230b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
- stage: build
6565
if: branch = v9.3.0.x OR tag =~ ^release-candidate*
6666
name: "Multi-Arch S390X build"
67-
os: linux-s390
67+
os: linux
68+
arch: s390x
69+
group: vms390
6870
env:
6971
- BUILD_ALL=true
7072
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
@@ -74,7 +76,9 @@ jobs:
7476
- stage: build
7577
if: branch = v9.3.0.x OR tag =~ ^release-candidate*
7678
name: "Multi-Arch PPC64LE build"
77-
os: linux-ppc64le
79+
os: linux
80+
arch: ppc64le
81+
group: power-focal
7882
env:
7983
- BUILD_ALL=true
8084
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"

0 commit comments

Comments
 (0)