try zfs instead of vfs
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m59s

This commit is contained in:
2025-10-10 23:06:17 -04:00
parent 7b5d69ed7f
commit e27a00368f

View File

@@ -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 }}