From 8e7f5a7858b4857bc6817769716740075c9295f6 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Sat, 26 Jul 2025 20:52:49 +1000 Subject: [PATCH] build: Rebase step to libvirt enabled container image --- .gitea/workflows/actions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 8513de0..c3cdc92 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -86,6 +86,7 @@ jobs: qemu-img create -f qcow2 ubuntu-vm/ubuntu.qcow2 10G - name: Run virt-install + container: quay.io/kubevirt/libvirt run: | apt-get update && \ apt-get install -y \