diff --git a/.github/workflows/ci-build-test-fast.yml b/.github/workflows/ci-build-test-fast.yml index 1be24555..e2036741 100644 --- a/.github/workflows/ci-build-test-fast.yml +++ b/.github/workflows/ci-build-test-fast.yml @@ -24,6 +24,12 @@ jobs: steps: - name: CI Centos8 run: sudo docker run kdave/ci-centos-8-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --disable-zoned --disable-libudev + check-rockylinux9: + name: CI RockyLinux 9 + runs-on: ubuntu-24.04 + steps: + - name: CI RockyLinux 9 + run: sudo docker run kdave/ci-rockylinux-9-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation check-leap153: name: CI Leap 15.3 runs-on: ubuntu-24.04 diff --git a/.github/workflows/ci-build-test.yml b/.github/workflows/ci-build-test.yml index c15d6441..ba517552 100644 --- a/.github/workflows/ci-build-test.yml +++ b/.github/workflows/ci-build-test.yml @@ -24,6 +24,13 @@ jobs: - uses: actions/checkout@v4 - name: CI Centos8 run: ci/ci-build-centos8 + check-rockylinux9: + name: CI RockyLinux 9 + runs-on: ubuntu-24.04 + steps: + - uses: actions/checkout@v4 + - name: CI RockyLinux 9 + run: ci/ci-build-rockylinux9 check-leap153: name: CI Leap 15.3 runs-on: ubuntu-24.04