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.
2 parents 26e6310 + 5b642e8 commit f022f1dCopy full SHA for f022f1d
.github/workflows/debos.yml
@@ -75,7 +75,8 @@ jobs:
75
run: |
76
set -x
77
# start by building the root filesystem
78
- debos -t localdebs:local-debs/ qualcomm-linux-debian-rootfs.yaml
+ debos -t xfcedesktop:true -t localdebs:local-debs/ \
79
+ qualcomm-linux-debian-rootfs.yaml
80
# debos tries KVM and UML as backends, and falls back to
81
# building directly on the host, but that requires loop
82
# devices; use qemu backend explicitly even if it's slower
0 commit comments