From e27a00368f1b6c89163f12622025c4f557a374c5 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 10 Oct 2025 23:06:17 -0400 Subject: [PATCH] try zfs instead of vfs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09ea1a5..de3edca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: env: _BUILDAH_STARTED_IN_USERNS: "" BUILDAH_ISOLATION: chroot - STORAGE_DRIVER: overlay + STORAGE_DRIVER: zfs uses: blue-build/github-action@v1.8 with: recipe: ${{ matrix.recipe }}