They use a docker image which uses centos:7.9.2009. This image doesn't have ARM64 support.

The whole centos image is deprecated. We should consider switching to a different image.

If we want to test compatibility with RHEL, we could use RedHat's UBI.

Other options are:

  • Oracle Enterprise Linux
  • Alma Linux
  • Rocky Linux

Comment From: mhalbritter

We now test against redhat/ubi9:9.2-722 and ubuntu:jammy-20230624, using the Liberica 8 and 17 JDKs.

Comment From: wilkinsona

Re-opening as the tests now fail on Intel Macs. We need to handle an os.arch of x86_64.

Comment From: mhalbritter

Oh sorry, I didn't realize that the variable is different on Mac compared to Linux / Windows x64.