summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-kernel-module.yml
diff options
context:
space:
mode:
authorSimon Rettberg2024-12-19 14:50:04 +0100
committerSimon Rettberg2024-12-19 14:50:04 +0100
commitcf46972afc7489b9f70aaffcc12f3b653775d937 (patch)
treef2ad4bec57807320ce0a5820bfee03e6af5ac7b3 /.github/workflows/build-kernel-module.yml
parent[KERNEL] Correct and improve connect timing debug messages (diff)
downloaddnbd3-cf46972afc7489b9f70aaffcc12f3b653775d937.tar.gz
dnbd3-cf46972afc7489b9f70aaffcc12f3b653775d937.tar.xz
dnbd3-cf46972afc7489b9f70aaffcc12f3b653775d937.zip
Update README/GH workflow for Kernel 6.12HEADmaster
Diffstat (limited to '.github/workflows/build-kernel-module.yml')
-rw-r--r--.github/workflows/build-kernel-module.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build-kernel-module.yml b/.github/workflows/build-kernel-module.yml
index 526bf8e..a0caa0b 100644
--- a/.github/workflows/build-kernel-module.yml
+++ b/.github/workflows/build-kernel-module.yml
@@ -52,6 +52,10 @@ jobs:
build-os: ubuntu-22.04
kernel-type: vanilla
kernel-version: 6.6.y
+ - name: Vanilla [6.12.x]
+ build-os: ubuntu-24.04
+ kernel-type: vanilla
+ kernel-version: 6.12.y
name: Build dnbd3 ${{ matrix.config.name }}
runs-on: ${{ matrix.config.build-os }}
steps: