try zfs instead of vfs

This commit is contained in:
2025-10-10 23:06:17 -04:00
committed by eriq12
parent f7e14fdefd
commit 28b267ed71

View File

@@ -39,7 +39,7 @@ jobs:
env: env:
_BUILDAH_STARTED_IN_USERNS: "" _BUILDAH_STARTED_IN_USERNS: ""
BUILDAH_ISOLATION: chroot BUILDAH_ISOLATION: chroot
STORAGE_DRIVER: overlay STORAGE_DRIVER: zfs
uses: blue-build/github-action@v1.8 uses: blue-build/github-action@v1.8
with: with:
recipe: ${{ matrix.recipe }} recipe: ${{ matrix.recipe }}