diff --git a/.github/workflows/build-kernel-modules.yml b/.github/workflows/build-kernel-modules.yml index 8101627..0f152ce 100644 --- a/.github/workflows/build-kernel-modules.yml +++ b/.github/workflows/build-kernel-modules.yml @@ -41,34 +41,22 @@ jobs: build-os: ubuntu-24.04 kernel-type: vanilla kernel-version: 6.17.y - - name: CentOS 8.4 [4.18.0] + - name: Rocky 8.10 [4.18.0-553] build-os: ubuntu-22.04 kernel-type: centos-rpm - kernel-source: https://vault.centos.org/8.4.2105/BaseOS/Source/SPackages/kernel-4.18.0-305.10.2.el8_4.src.rpm - - name: CentOS 8.5 [4.18.0] - build-os: ubuntu-22.04 - kernel-type: centos-rpm - kernel-source: https://vault.centos.org/8.5.2111/BaseOS/Source/SPackages/kernel-4.18.0-348.7.1.el8_5.src.rpm - - name: Rocky 9.5 [5.14.0-503] - build-os: ubuntu-22.04 - kernel-type: centos-rpm - kernel-source: https://dl.rockylinux.org/vault/rocky/9.5/BaseOS/source/tree/Packages/k/kernel-5.14.0-503.40.1.el9_5.src.rpm - - name: Rocky 9.6 [5.14.0-570] + kernel-source: https://dl.rockylinux.org/pub/rocky/8.10/BaseOS/source/tree/Packages/k/kernel-4.18.0-553.141.1.el8_10.src.rpm + - name: Rocky 9.6 LTS [5.14.0-570] build-os: ubuntu-22.04 kernel-type: centos-rpm kernel-source: https://dl.rockylinux.org/vault/rocky/9.6/BaseOS/source/tree/Packages/k/kernel-5.14.0-570.58.1.el9_6.src.rpm - - name: Rocky 9.7 [5.14.0-611] - build-os: ubuntu-22.04 - kernel-type: centos-rpm - kernel-source: https://dl.rockylinux.org/pub/rocky/9.7/BaseOS/source/tree/Packages/k/kernel-5.14.0-611.9.1.el9_7.src.rpm - - name: Rocky 10.0 [6.12.0-55] + - name: Rocky 9.8 LTS [5.14.0-687] build-os: ubuntu-22.04 kernel-type: centos-rpm - kernel-source: https://dl.rockylinux.org/vault/rocky/10.0/BaseOS/source/tree/Packages/k/kernel-6.12.0-55.41.1.el10_0.src.rpm - - name: Rocky 10.1 [6.12.0-124] + kernel-source: https://dl.rockylinux.org/pub/rocky/9.8/BaseOS/source/tree/Packages/k/kernel-5.14.0-687.24.1.el9_8.src.rpm + - name: Rocky 10.2 LTS [6.12.0-211] build-os: ubuntu-22.04 kernel-type: centos-rpm - kernel-source: https://dl.rockylinux.org/pub/rocky/10.1/BaseOS/source/tree/Packages/k/kernel-6.12.0-124.20.1.el10_1.src.rpm + kernel-source: https://dl.rockylinux.org/pub/rocky/10.2/BaseOS/source/tree/Packages/k/kernel-6.12.0-211.32.1.el10_2.src.rpm name: Build xloop ${{ matrix.config.name }} runs-on: ${{ matrix.config.build-os }} steps: