Skip to content

Commit dfc3668

Browse files
committed
workflows: debos: Add kernelpackage input
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
1 parent b8d1b03 commit dfc3668

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/debos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
description: List of overlays to use
1212
type: string
1313
default: '["qsc-deb-releases"]'
14+
kernelpackage:
15+
description: Name of kernel package to use
16+
type: string
17+
default:
1418

1519
outputs:
1620
artifacts_url:
@@ -88,6 +92,7 @@ jobs:
8892
-t experimentalkernel:true \
8993
-t xfcedesktop:true \
9094
${localdebs} \
95+
-t kernelpackage:{{ inputs.kernelpackage }} \
9196
debos-recipes/qualcomm-linux-debian-rootfs.yaml
9297
9398
- name: Build UFS and SD card images with debos

0 commit comments

Comments
 (0)