diff options
| author | Michael | 2025-06-25 13:57:59 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-25 13:57:59 +0200 |
| commit | 9bb0e73f7937a6f0d28c0fa947d843d070d91c16 (patch) | |
| tree | c9e392f2f52ddbb2c0384134695a4e89468de30e | |
| parent | [KERNEL] Fix linter complaints (diff) | |
| download | dnbd3-9bb0e73f7937a6f0d28c0fa947d843d070d91c16.tar.gz dnbd3-9bb0e73f7937a6f0d28c0fa947d843d070d91c16.tar.xz dnbd3-9bb0e73f7937a6f0d28c0fa947d843d070d91c16.zip | |
github: switch to rocky vault for RHEL kernels, add 9.5 and 9.6
| -rw-r--r-- | .github/workflows/build-kernel-module.yml | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/.github/workflows/build-kernel-module.yml b/.github/workflows/build-kernel-module.yml index a0caa0b..48c9a60 100644 --- a/.github/workflows/build-kernel-module.yml +++ b/.github/workflows/build-kernel-module.yml @@ -20,14 +20,22 @@ 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: CentOS 9.3 [5.14.0] + - name: Rocky 9.3 [5.14.0-362] build-os: ubuntu-22.04 - kernel-type: centos-tar - kernel-source: https://files.bwlp.ks.uni-freiburg.de/stuff/centos/linux-5.14.0-362.18.1.el9_3.tar.xz - - name: CentOS 9.4 [5.14.0] + 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-tar - kernel-source: https://files.bwlp.ks.uni-freiburg.de/stuff/centos/linux-5.14.0-427.el9.tar.xz + 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] + 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 - name: Vanilla [4.19.x] build-os: ubuntu-22.04 kernel-type: vanilla |
