build: Explicitly start virtlog daemon in container
Some checks failed
build-image / Build image (push) Failing after 11m47s

This commit is contained in:
2025-07-28 11:47:29 +10:00
parent 025cfe01d0
commit b342645b60

View File

@ -102,11 +102,11 @@ jobs:
virtinst \
qemu-utils
libvirtd -d
libvirtd -d && virtlogd -d
virt-install \
--name ubuntu-harvester \
--ram 2048 \
--ram 3072 \
--vcpus 2 \
--disk path=ubuntu-vm/ubuntu.qcow2,size=10,format=qcow2 \
--disk path=ubuntu-vm/seed.iso,device=cdrom \