Attempt rechunking again #30

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

View File

@@ -14,9 +14,8 @@ on:
container: container:
cap_add: cap_add:
- CAP_SYS_ADMIN - CAP_SYS_ADMIN
devices: volumes:
- "/dev/fuse:/dev/fuse" - /run/user/1000/podman/podman.sock:/var/run/docker.sock:z
network_mode: "host"
concurrency: concurrency:
# only run one build at a time # only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }} group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
@@ -42,7 +41,6 @@ jobs:
env: env:
_BUILDAH_STARTED_IN_USERNS: "" _BUILDAH_STARTED_IN_USERNS: ""
BUILDAH_ISOLATION: chroot BUILDAH_ISOLATION: chroot
STORAGE_DRIVER: overlay
uses: blue-build/github-action@v1.8 uses: blue-build/github-action@v1.8
with: with:
recipe: ${{ matrix.recipe }} recipe: ${{ matrix.recipe }}