Skip to content

Commit

Permalink
Merge pull request #462 from mq-cloudpak/ahp-travis-migration-lts
Browse files Browse the repository at this point in the history
Update .travis.yml file to do multi-arch builds for Travis 3
  • Loading branch information
Alec-Painter authored and GitHub Enterprise committed Jun 15, 2023
2 parents 658a394 + 19230f5 commit 59230b6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
- stage: build
if: branch = v9.3.0.x OR tag =~ ^release-candidate*
name: "Multi-Arch S390X build"
os: linux-s390
os: linux
arch: s390x
group: vms390
env:
- BUILD_ALL=true
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
Expand All @@ -74,7 +76,9 @@ jobs:
- stage: build
if: branch = v9.3.0.x OR tag =~ ^release-candidate*
name: "Multi-Arch PPC64LE build"
os: linux-ppc64le
os: linux
arch: ppc64le
group: power-focal
env:
- BUILD_ALL=true
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
Expand Down

0 comments on commit 59230b6

Please sign in to comment.