test on host network mode
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m9s

This commit is contained in:
2025-10-11 13:48:25 -04:00
parent 3058efb69e
commit b0013b3c9e

View File

@@ -16,6 +16,7 @@ container:
- CAP_SYS_ADMIN - CAP_SYS_ADMIN
devices: devices:
- "/dev/fuse:/dev/fuse" - "/dev/fuse:/dev/fuse"
network_mode: "host"
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 }}