Attempt rechunking again #30

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

View File

@@ -11,11 +11,6 @@ on:
- "**.md"
pull_request:
workflow_dispatch: # allow manually triggering builds
container:
volumes:
- /run/user/1000/podman/podman.sock:/run/podman/podman.sock:rw,z
- /run/user/1000/podman/podman.sock:/var/run/docker.sock:rw,z
privileged: true
concurrency:
# only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}