Attempt rechunking again #30

Open
eriq12 wants to merge 35 commits from local-podman-setup-rechunk into main
Showing only changes of commit 4c60587159 - Show all commits

View File

@@ -11,6 +11,9 @@ on:
- "**.md"
pull_request:
workflow_dispatch: # allow manually triggering builds
container:
volumes:
- /dev/fuse:/dev/fuse:rw
concurrency:
# only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
@@ -30,12 +33,13 @@ jobs:
# !! Add your recipes here
- recipe.yml
steps:
- name: Add fuse
shell: bash
run: sudo modprobe fuse
# 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 }}