diff options
| author | Michael | 2025-12-17 14:27:37 +0100 |
|---|---|---|
| committer | GitHub | 2025-12-17 14:27:37 +0100 |
| commit | 7832035383769c8f6158e881e29a33006f122e5e (patch) | |
| tree | d25c4c168e6797821a71de0bc0fb891461e10094 /.github | |
| parent | gitlab-ci: Only run on master branch (diff) | |
| download | dnbd3-7832035383769c8f6158e881e29a33006f122e5e.tar.gz dnbd3-7832035383769c8f6158e881e29a33006f122e5e.tar.xz dnbd3-7832035383769c8f6158e881e29a33006f122e5e.zip | |
github: Add CentOS versions 9.7 and 10.1
* Add Rocky 9.7 and 10.1 kernel sources to workflow
* Update Rocky 10.1 kernel version name
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-kernel-module.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/build-kernel-module.yml b/.github/workflows/build-kernel-module.yml index 8596cdf..10fcc5b 100644 --- a/.github/workflows/build-kernel-module.yml +++ b/.github/workflows/build-kernel-module.yml @@ -28,10 +28,18 @@ jobs: 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] 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.41.1.el10_0.src.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] + 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 - name: Vanilla [4.19.x] build-os: ubuntu-22.04 kernel-type: vanilla |
