summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorManuel Bentele2021-11-30 14:15:12 +0100
committerManuel Bentele2021-11-30 14:33:44 +0100
commitf0915321f415b9f875810b739c201f25c4833f27 (patch)
treeb1edbdb07b1678cecfd12b791015c1ab26a56528 /.github
parent[BUILD] Fix issue in CMake kernel header check (diff)
downloaddnbd3-f0915321f415b9f875810b739c201f25c4833f27.tar.gz
dnbd3-f0915321f415b9f875810b739c201f25c4833f27.tar.xz
dnbd3-f0915321f415b9f875810b739c201f25c4833f27.zip
[KERNEL] Add support for Linux kernel 5.15.x LTS
Diffstat (limited to '.github')
-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 437f346..33d4d01 100644
--- a/.github/workflows/build-kernel-module.yml
+++ b/.github/workflows/build-kernel-module.yml
@@ -29,6 +29,10 @@ jobs:
build-os: ubuntu-20.04
kernel-type: vanilla
kernel-version: 5.10.y
+ - name: kernel module [Linux kernel 5.15.x]
+ build-os: ubuntu-20.04
+ kernel-type: vanilla
+ kernel-version: 5.15.y
name: Build dnbd3 ${{ matrix.config.name }}
runs-on: ${{ matrix.config.build-os }}
steps: