diff options
Diffstat (limited to '.github/workflows/build-kernel-modules.yml')
| -rw-r--r-- | .github/workflows/build-kernel-modules.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/build-kernel-modules.yml b/.github/workflows/build-kernel-modules.yml index d594574..c619263 100644 --- a/.github/workflows/build-kernel-modules.yml +++ b/.github/workflows/build-kernel-modules.yml @@ -33,6 +33,14 @@ jobs: build-os: ubuntu-22.04 kernel-type: vanilla kernel-version: 6.6.y + - name: Vanilla [6.12.x] + build-os: ubuntu-24.04 + kernel-type: vanilla + kernel-version: 6.12.y + - name: Vanilla [6.17.x] + build-os: ubuntu-24.04 + kernel-type: vanilla + kernel-version: 6.17.y - name: CentOS 8.4 [4.18.0] build-os: ubuntu-22.04 kernel-type: centos-rpm @@ -41,14 +49,6 @@ jobs: 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.3 [5.14.0-362] - build-os: ubuntu-22.04 - kernel-type: centos-rpm - kernel-source: https://dl.rockylinux.org/vault/rocky/9.3/BaseOS/source/tree/Packages/k/kernel-5.14.0-362.24.1.el9_3.0.1.src.rpm - - name: Rocky 9.4 [5.14.0-427] - build-os: ubuntu-22.04 - kernel-type: centos-rpm - kernel-source: https://dl.rockylinux.org/vault/rocky/9.4/BaseOS/source/tree/Packages/k/kernel-5.14.0-427.42.1.el9_4.src.rpm - name: Rocky 9.5 [5.14.0-503] build-os: ubuntu-22.04 kernel-type: centos-rpm @@ -56,11 +56,11 @@ jobs: - name: Rocky 9.6 [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.22.1.el9_6.src.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 10.0 [6.12.0-55] build-os: ubuntu-22.04 kernel-type: centos-rpm - kernel-source: https://dl.rockylinux.org/pub/rocky/10.0/BaseOS/source/tree/Packages/k/kernel-6.12.0-55.25.1.el10_0.src.rpm + kernel-source: https://dl.rockylinux.org/pub/rocky/10.0/BaseOS/source/tree/Packages/k/kernel-6.12.0-55.41.1.el10_0.src.rpm name: Build xloop ${{ matrix.config.name }} runs-on: ${{ matrix.config.build-os }} steps: |
