summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-01-16 14:05:05 +0100
committerSimon Rettberg2023-01-16 14:05:05 +0100
commit75519e3da4595d81a2e9ebe8a5081b80ddd24af8 (patch)
treed5e6e4a66e2de6fc606531760b22eb9901565941
parent[KERNEL] Actually fix build on 6.0+ (diff)
downloaddnbd3-75519e3da4595d81a2e9ebe8a5081b80ddd24af8.tar.gz
dnbd3-75519e3da4595d81a2e9ebe8a5081b80ddd24af8.tar.xz
dnbd3-75519e3da4595d81a2e9ebe8a5081b80ddd24af8.zip
github: Build against Linux 6.1
-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 7654651..e041734 100644
--- a/.github/workflows/build-kernel-module.yml
+++ b/.github/workflows/build-kernel-module.yml
@@ -38,6 +38,10 @@ jobs:
build-os: ubuntu-20.04
kernel-type: vanilla
kernel-version: 5.15.y
+ - name: kernel module [Linux kernel 6.1.x]
+ build-os: ubuntu-22.04
+ kernel-type: vanilla
+ kernel-version: 6.1.y
name: Build dnbd3 ${{ matrix.config.name }}
runs-on: ${{ matrix.config.build-os }}
steps: