deb: cross-compilation, ephemeral contexts, local builds #1

Merged
vhaudiquet merged 41 commits from experimental-cross into main 2025-12-25 17:10:47 +00:00
Showing only changes of commit c8938fcb02 - Show all commits

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ubuntu:24.04
options: --privileged --cap-add=SYS_ADMIN
options: --privileged --cap-add SYS_ADMIN --security-opt apparmor:unconfined
steps:
- name: Set up container image
run: |