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 e96f8c308b - Show all commits

View File

@@ -18,8 +18,8 @@ jobs:
steps:
- name: Set up container image
run: |
sudo apt-get update
sudo apt-get install -y nodejs
apt-get update
apt-get install -y nodejs sudo
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with: