Skip to content

Commit 50fd423

Browse files
committed
Add support for Ubuntu 25.10
1 parent cb01c8a commit 50fd423

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/kernel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- image: ubuntu
6464
tag: "25.04"
6565
name: plucky
66+
- image: ubuntu
67+
tag: "25.10"
68+
name: questing
6669
- image: debian
6770
tag: "12"
6871
name: bookworm

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apt-get update
1010
apt-get install -y lsb-release
1111

1212
KERNEL_VERSION=6.17.1
13-
PKGREL=2
13+
PKGREL=3
1414
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
1515
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)
1616

0 commit comments

Comments
 (0)