use devices instead of volume
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 2m3s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 2m3s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -14,8 +14,8 @@ on:
|
||||
container:
|
||||
cap_add:
|
||||
- CAP_SYS_ADMIN
|
||||
volumes:
|
||||
- /dev/fuse:/dev/fuse:rw
|
||||
devices:
|
||||
- "/dev/fuse:/dev/fuse"
|
||||
concurrency:
|
||||
# only run one build at a time
|
||||
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user