We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb01c8a commit 50fd423Copy full SHA for 50fd423
.github/workflows/kernel.yml
@@ -63,6 +63,9 @@ jobs:
63
- image: ubuntu
64
tag: "25.04"
65
name: plucky
66
+ - image: ubuntu
67
+ tag: "25.10"
68
+ name: questing
69
- image: debian
70
tag: "12"
71
name: bookworm
build.sh
@@ -10,7 +10,7 @@ apt-get update
10
apt-get install -y lsb-release
11
12
KERNEL_VERSION=6.17.1
13
-PKGREL=2
+PKGREL=3
14
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
15
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)
16
0 commit comments