Attempt to add internally to bluebuild job

This commit is contained in:
2025-10-12 20:08:58 -04:00
committed by eriq12
parent bd2c71d547
commit 9d6d0ce42c

View File

@@ -11,10 +11,6 @@ on:
- "**.md"
pull_request:
workflow_dispatch: # allow manually triggering builds
container:
devices:
- /dev/fuse:/dev/fuse
privileged: true
concurrency:
# only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
@@ -23,6 +19,12 @@ jobs:
bluebuild:
name: Build Custom Image
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:
contents: read
packages: write