Attempt with prvileged: true
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m28s

This commit is contained in:
2025-10-12 19:30:09 -04:00
parent 22030f5540
commit 90cab46af6

View File

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