Attempt rechunking again #30

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

View File

@@ -11,10 +11,6 @@ on:
- "**.md" - "**.md"
pull_request: pull_request:
workflow_dispatch: # allow manually triggering builds workflow_dispatch: # allow manually triggering builds
container:
devices:
- /dev/fuse:/dev/fuse
privileged: true
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 }}
@@ -23,6 +19,12 @@ jobs:
bluebuild: bluebuild:
name: Build Custom Image name: Build Custom Image
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
container:
volumes:
- /run/user/1000/podman/podman.sock:/run/podman/podman.sock:rw,z
devices:
- /dev/fuse:/dev/fuse
privileged: true
permissions: permissions:
contents: read contents: read
packages: write packages: write