summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael2025-12-17 14:30:08 +0100
committerGitHub2025-12-17 14:30:08 +0100
commita91b13673205f9601fed4cd878cb7695a9985394 (patch)
tree01c7511e6071502afdc17e400b48f0e2ceb88c4c
parentLint: Ingnore unused macro argument (diff)
downloadxloop-a91b13673205f9601fed4cd878cb7695a9985394.tar.gz
xloop-a91b13673205f9601fed4cd878cb7695a9985394.tar.xz
xloop-a91b13673205f9601fed4cd878cb7695a9985394.zip
github: Add Alma 9.7 and 10.1 kernel sources to workflow
-rw-r--r--.github/workflows/build-kernel-modules.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/build-kernel-modules.yml b/.github/workflows/build-kernel-modules.yml
index c619263..8101627 100644
--- a/.github/workflows/build-kernel-modules.yml
+++ b/.github/workflows/build-kernel-modules.yml
@@ -57,10 +57,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: Build xloop ${{ matrix.config.name }}
runs-on: ${{ matrix.config.build-os }}
steps: