diff options
| author | Simon Rettberg | 2025-11-14 14:48:54 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2025-11-14 14:48:54 +0100 |
| commit | 243463c1d55186f733597debd5f0a07423ec1081 (patch) | |
| tree | 0b99eec77d140ba5a8184ca43b8f0db394cfc70a | |
| parent | [KERNEL] Update src to support 6.14+ (diff) | |
| download | dnbd3-243463c1d55186f733597debd5f0a07423ec1081.tar.gz dnbd3-243463c1d55186f733597debd5f0a07423ec1081.tar.xz dnbd3-243463c1d55186f733597debd5f0a07423ec1081.zip | |
github: Update list of kernels to build
Remove older Rocky 9.x builds, update 9.6 and 1.0 kernels,
add vanilla kernel 6.17.x
| -rw-r--r-- | .github/workflows/build-kernel-module.yml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/.github/workflows/build-kernel-module.yml b/.github/workflows/build-kernel-module.yml index c64de41..8596cdf 100644 --- a/.github/workflows/build-kernel-module.yml +++ b/.github/workflows/build-kernel-module.yml @@ -20,14 +20,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.2.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 @@ -35,11 +27,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: Vanilla [4.19.x] build-os: ubuntu-22.04 kernel-type: vanilla @@ -68,6 +60,10 @@ jobs: 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: Build dnbd3 ${{ matrix.config.name }} runs-on: ${{ matrix.config.build-os }} steps: |
