Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/os-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
- name: Build pai-engine .deb
run: bash os/packaging/build-deb.sh

# --privileged: debos with --disable-fakemachine needs loop devices (/dev/loop-control).
# Default docker run does not expose them; GitHub-hosted runners otherwise fail with
# "could not open /dev/loop-control".
- name: Build image with debos
run: |
docker run --rm \
--privileged \
-v "${{ github.workspace }}:/build" -w /build \
--cap-add SYS_ADMIN \
godebos/debos \
Expand Down