Skip to content

Commit 2bfa0ab

Browse files
committed
DRAFT: use mainline kernel
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
1 parent eedd7b1 commit 2bfa0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
mainline_kernel:
77
description: Whether to use a mainline kernel deb
88
type: boolean
9-
default: false
9+
default: true
1010
overlays:
1111
description: List of overlays to use
1212
type: string
@@ -17,7 +17,7 @@ on:
1717
# the package name will be passed to APT which interprets the trailing
1818
# plus sign in the package name as a request to install the package, so
1919
# use two plus signs
20-
default: linux-image-arm64
20+
default: linux-image-6.18.0-g3f9f0252130e
2121

2222
outputs:
2323
artifacts_url:

0 commit comments

Comments
 (0)