Skip to content

Commit

Permalink
Use rockylinux:9 for ppc64le
Browse files Browse the repository at this point in the history
Looks like there are no rockylinux:8 Docker images available for ppc64le.
  • Loading branch information
fscheiner committed Jul 11, 2024
1 parent 706407b commit b092569
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
arch:
- ppc64le
env:
- IMAGE=rockylinux:8 TASK=tests COMPONENTS=udt,myproxy,ssh
- IMAGE=ppc64le/rockylinux:9 TASK=tests COMPONENTS=udt,myproxy,ssh
stage: test
services:
- docker
Expand All @@ -42,15 +42,17 @@ jobs:
- <<: *run_tests
arch:
- arm64
env:
- IMAGE=arm64v8/rockylinux:8 TASK=tests COMPONENTS=udt,myproxy,ssh

- <<: *run_tests
arch:
- ppc64le
env:
- IMAGE=rockylinux:8 TASK=tests COMPONENTS=gram5
- IMAGE=ppc64le/rockylinux:9 TASK=tests COMPONENTS=gram5

- <<: *run_tests
arch:
- arm64
env:
- IMAGE=rockylinux:8 TASK=tests COMPONENTS=gram5
- IMAGE=arm64v8/rockylinux:8 TASK=tests COMPONENTS=gram5

0 comments on commit b092569

Please sign in to comment.