summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-kernel-modules.yml
diff options
context:
space:
mode:
authorMichael2025-08-16 13:54:53 +0200
committerGitHub2025-08-16 13:54:53 +0200
commit437b74293fee6c9159aa5d6992d6f6c8557b1e40 (patch)
tree129cf0eabc8c10f4d3764ec0579ad691da6013a3 /.github/workflows/build-kernel-modules.yml
parentCopy pasta error (diff)
downloadxloop-437b74293fee6c9159aa5d6992d6f6c8557b1e40.tar.gz
xloop-437b74293fee6c9159aa5d6992d6f6c8557b1e40.tar.xz
xloop-437b74293fee6c9159aa5d6992d6f6c8557b1e40.zip
github: add Rocky 10.0 Kernel from pub (switch to vault when exists)
Diffstat (limited to '.github/workflows/build-kernel-modules.yml')
-rw-r--r--.github/workflows/build-kernel-modules.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build-kernel-modules.yml b/.github/workflows/build-kernel-modules.yml
index ac3745a..d594574 100644
--- a/.github/workflows/build-kernel-modules.yml
+++ b/.github/workflows/build-kernel-modules.yml
@@ -57,6 +57,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: Build xloop ${{ matrix.config.name }}
runs-on: ${{ matrix.config.build-os }}
steps: