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 eedd7b1 commit 2bfa0abCopy full SHA for 2bfa0ab
.github/workflows/debos.yml
@@ -6,7 +6,7 @@ on:
6
mainline_kernel:
7
description: Whether to use a mainline kernel deb
8
type: boolean
9
- default: false
+ default: true
10
overlays:
11
description: List of overlays to use
12
type: string
@@ -17,7 +17,7 @@ on:
17
# the package name will be passed to APT which interprets the trailing
18
# plus sign in the package name as a request to install the package, so
19
# use two plus signs
20
- default: linux-image-arm64
+ default: linux-image-6.18.0-g3f9f0252130e
21
22
outputs:
23
artifacts_url:
0 commit comments