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 3f79999449 - Show all commits

View File

@@ -14,7 +14,12 @@ jobs:
runs-on: ubuntu-latest
container:
image: ubuntu:24.04
options: --cap-add=SYS_ADMIN
steps:
- name: Set up container image
run: |
sudo apt-get update
sudo apt-get install -y nodejs
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with: