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 8aa6aaf commit 1cff88eCopy full SHA for 1cff88e
.github/workflows/debos.yml
@@ -7,6 +7,10 @@ on:
7
description: Whether to use a mainline kernel deb
8
type: boolean
9
default: false
10
+ overlays:
11
+ description: List of overlays to use
12
+ type: string
13
+ default:
14
15
outputs:
16
artifacts_url:
@@ -79,7 +83,11 @@ jobs:
79
83
if [ -d debos-recipes/local-debs ]; then
80
84
localdebs="-t localdebs:local-debs/"
81
85
fi
82
- debos -t experimentalkernel:true -t xfcedesktop:true ${localdebs} \
86
+ debos \
87
+ -t overlays:'${{ inputs.overlays }}' \
88
+ -t experimentalkernel:true \
89
+ -t xfcedesktop:true \
90
+ ${localdebs} \
91
debos-recipes/qualcomm-linux-debian-rootfs.yaml
92
93
- name: Build UFS and SD card images with debos
0 commit comments