From d2bc1d685402da2f824a086714802bb9a3bd7267 Mon Sep 17 00:00:00 2001 From: Zeglius <33781398+Zeglius@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:02:36 +0200 Subject: [PATCH] feat: Bind mount podman container storage to btrfs loopback This allows building more space demanding images Signed-off-by: Zeglius <33781398+Zeglius@users.noreply.github.com> --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db95edd8..17f3bcd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,10 @@ jobs: # uses: ublue-os/remove-unwanted-software@517622d6452028f266b7ba4cc9a123b5f58a6b53 # v7 # with: # remove-codeql: true - + + - name: Mount BTRFS for podman storage + uses: ublue-os/container-storage-action@main + - name: Get current date id: date run: |