Skip to content

Commit 31840ad

Browse files
committed
workflows: debos: Default to a Debian kernel
Images built from build-daily.yml, build-on-pr.yml and build-on-push.yml will use a Debian kernel instead of our mainline one as it's more representative. Enable the experimental kernel until we there is a Qualcomm Debian-style kernel: the trixie kernel has too many issues on target hardware. Signed-off-by: Loïc Minier <[email protected]>
1 parent b709a74 commit 31840ad

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
@@ -7,7 +7,7 @@ on:
77
description: Whether to use a mainline kernel deb
88
required: true
99
type: boolean
10-
default: true
10+
default: false
1111

1212
outputs:
1313
artifacts_url:
@@ -80,7 +80,7 @@ jobs:
8080
if [ -d debos-recipes/local-debs ]; then
8181
localdebs="-t localdebs:local-debs/"
8282
fi
83-
debos -t xfcedesktop:true ${localdebs} \
83+
debos -t experimentalkernel:true -t xfcedesktop:true ${localdebs} \
8484
debos-recipes/qualcomm-linux-debian-rootfs.yaml
8585
8686
- name: Build UFS and SD card images with debos

0 commit comments

Comments
 (0)