diff options
| author | Michael | 2025-08-16 13:53:46 +0200 |
|---|---|---|
| committer | GitHub | 2025-08-16 13:53:46 +0200 |
| commit | cc4455305ba6b8d81b79829eb494197668a6bfe7 (patch) | |
| tree | 775178d258072df9b0eceddd6bcfeb29eadfc624 /.github/workflows/build-kernel-module.yml | |
| parent | [KERNEL] Add CentOS 9.6 support (diff) | |
| download | dnbd3-cc4455305ba6b8d81b79829eb494197668a6bfe7.tar.gz dnbd3-cc4455305ba6b8d81b79829eb494197668a6bfe7.tar.xz dnbd3-cc4455305ba6b8d81b79829eb494197668a6bfe7.zip | |
github: add Rocky 10.0 Kernel from pub (switch to vault when exists)
Diffstat (limited to '.github/workflows/build-kernel-module.yml')
| -rw-r--r-- | .github/workflows/build-kernel-module.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build-kernel-module.yml b/.github/workflows/build-kernel-module.yml index 48c9a60..c64de41 100644 --- a/.github/workflows/build-kernel-module.yml +++ b/.github/workflows/build-kernel-module.yml @@ -36,6 +36,10 @@ 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.22.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 - name: Vanilla [4.19.x] build-os: ubuntu-22.04 kernel-type: vanilla |
