mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
os: build bootable images
This commit is contained in:
4
.github/workflows/kernel.yml
vendored
4
.github/workflows/kernel.yml
vendored
@ -13,4 +13,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: ./hack/ci/install-deps.sh
|
||||
- run: ./hack/kernel/build.sh -j5
|
||||
- run: ./hack/kernel/build.sh
|
||||
env:
|
||||
KRATA_KERNEL_BUILD_JOBS: "5"
|
||||
|
Reference in New Issue
Block a user