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 96e0ac5 commit 9b2a084Copy full SHA for 9b2a084
.github/workflows/debos.yml
@@ -6,18 +6,15 @@ 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
13
default: qsc-deb-releases
14
kernelpackage:
15
description: Name of kernel package to use
16
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-6.16.1-qcom1++
+ default: linux-image-6.17.0-rc3
21
22
outputs:
23
artifacts_url:
0 commit comments