summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-15 16:51:22 +0100
committerSimon Rettberg2024-01-15 16:51:22 +0100
commit447eb2762773a4fc45b5c60f851e4060e8b17353 (patch)
tree1f3beb2087c600e4bdd95920c29bc7fdabc0fd8e
parentMake it build on 6.6 (to be tested) (diff)
downloadxloop-447eb2762773a4fc45b5c60f851e4060e8b17353.tar.gz
xloop-447eb2762773a4fc45b5c60f851e4060e8b17353.tar.xz
xloop-447eb2762773a4fc45b5c60f851e4060e8b17353.zip
github-ci: Build for Linux 6.6
-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 f200fc3..7c78bb2 100644
--- a/.github/workflows/build-kernel-modules.yml
+++ b/.github/workflows/build-kernel-modules.yml
@@ -29,6 +29,10 @@ jobs:
build-os: ubuntu-22.04
kernel-type: vanilla
kernel-version: 6.1.y
+ - name: kernel modules [Linux kernel 6.6.x]
+ build-os: ubuntu-22.04
+ kernel-type: vanilla
+ kernel-version: 6.6.y
name: Build xloop ${{ matrix.config.name }}
runs-on: ${{ matrix.config.build-os }}
steps: