use devices instead of volume
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 2m3s

This commit is contained in:
2025-10-10 23:36:32 -04:00
parent 8d984e4369
commit 3058efb69e

View File

@@ -14,8 +14,8 @@ on:
container: container:
cap_add: cap_add:
- CAP_SYS_ADMIN - CAP_SYS_ADMIN
volumes: devices:
- /dev/fuse:/dev/fuse:rw - "/dev/fuse:/dev/fuse"
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 }}