Skip to content
Merged
Changes from all commits
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
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
platform:
- arch: x86_64
target: x86_64-unknown-linux-musl
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

- arch: aarch64
target: aarch64-unknown-linux-musl
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

runs-on: ${{ matrix.platform.runs-on }}
steps:
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
sudo apt-get update
sudo apt-get install qemu-user-static
fi
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
cargo run --bin build-img -- -a $ARCH -b target/$TARGET/release/pkg
cargo clean

Expand Down