From b342645b60b87803d56959bd786dbe6f21d84c4c Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 28 Jul 2025 11:47:29 +1000 Subject: [PATCH] build: Explicitly start virtlog daemon in container --- .gitea/workflows/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index eba3627..a973d29 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -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 \