Attempt with setting socks for diagnosis
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m41s

This commit is contained in:
2025-10-12 19:12:47 -04:00
parent f7fa025374
commit 4398cf7fe9

View File

@@ -11,6 +11,11 @@ on:
- "**.md" - "**.md"
pull_request: pull_request:
workflow_dispatch: # allow manually triggering builds 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: 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 }}