From 745cda94740b9fc893f59d5d03e2efa77d4653fc Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 10 Oct 2025 21:36:32 -0400 Subject: [PATCH] Attempt with only passing fuse device --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfe46e3..4460941 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,10 +36,6 @@ jobs: # the build is fully handled by the reusable github action - name: Build Custom Image - env: - _BUILDAH_STARTED_IN_USERNS: "" - BUILDAH_ISOLATION: chroot - STORAGE_DRIVER: vfs uses: blue-build/github-action@v1.8 with: recipe: ${{ matrix.recipe }}