From 4312ac55fe293174b89e8a0f8a98a7a95fb7bcdd Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 20 Aug 2025 10:05:01 +1000 Subject: [PATCH] build: Rebase act-runner container image --- .gitea/workflows/actions.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 5ea16c7..7753658 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -39,6 +39,7 @@ jobs: build_image: name: Build image + container: code.spamasaurus.com/djpbessems/act-runner-extended:1.0.0-cth20250815 runs-on: ubuntu-latest needs: semrel_dryrun steps: @@ -48,15 +49,9 @@ jobs: run: | apt-get update && \ apt-get install -y \ - gettext \ - genisoimage \ - libguestfs-tools \ linux-image-generic \ linux-modules-extra-$(uname -r) \ - linux-headers-generic \ - qemu-system-x86 \ - qemu-utils \ - supermin + linux-headers-generic mkdir -p \ $PWD/ubuntu-vm \