From b09256939b2f19d15b35031e74ee4e76e680c7ba Mon Sep 17 00:00:00 2001 From: Frank Scheiner Date: Thu, 11 Jul 2024 22:56:26 +0200 Subject: [PATCH] Use rockylinux:9 for ppc64le Looks like there are no rockylinux:8 Docker images available for ppc64le. --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66ec3b43a..1ba1f27ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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