chore: Disable libvirt & virtlog daemons
Some checks failed
build-image / Build image (push) Failing after 2m10s

This commit is contained in:
2025-07-28 19:01:41 +10:00
parent eca216f33c
commit de3095c0bc

View File

@ -87,17 +87,16 @@ jobs:
qemu-img create -f qcow2 ubuntu-vm/ubuntu.qcow2 10G
- name: Run virt-install
run: |
apt-get update && \
apt-get install -y \
libvirt-daemon-system \
libvirt-clients \
virtinst \
qemu-utils
# apt-get update && \
# apt-get install -y \
# libvirt-daemon-system \
# libvirt-clients \
# virtinst \
# qemu-utils
libvirtd -d && virtlogd -d
# libvirtd -d && virtlogd -d
virt-install \
--virt-type qemu \
--name ubuntu-harvester \
--ram 3072 \
--vcpus 2 \