workflows: initrd and kernel checks

This commit is contained in:
Alex Zenla
2024-03-07 05:43:49 +00:00
parent dc6505f085
commit baefe0dceb
2 changed files with 26 additions and 0 deletions

View File

@ -37,3 +37,13 @@ jobs:
components: rustfmt
- run: ./scripts/ci/install-deps.sh
- run: ./scripts/cargo.sh fmt --all -- --check
initrd:
name: initrd
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl"
- run: ./scripts/ci/install-deps.sh
- run: ./initrd/build.sh