mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +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"
|
||||
|
29
.github/workflows/nightly.yml
vendored
29
.github/workflows/nightly.yml
vendored
@ -16,17 +16,32 @@ jobs:
|
||||
- run: ./hack/dist/bundle.sh
|
||||
env:
|
||||
KRATA_KERNEL_BUILD_JOBS: "5"
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: krata-bundle-systemd-x86_64
|
||||
path: "target/dist/bundle-systemd.tgz"
|
||||
compression-level: 0
|
||||
- run: ./hack/dist/deb.sh
|
||||
env:
|
||||
KRATA_BUNDLE_SKIP_KERNEL_BUILD: "1"
|
||||
KRATA_KERNEL_BUILD_SKIP: "1"
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: krata-nightly-bundle-x86_64
|
||||
path: "target/dist/bundle.tgz"
|
||||
name: krata-debian-x86_64
|
||||
path: "target/dist/*_amd64.deb"
|
||||
compression-level: 0
|
||||
- run: ./hack/dist/apk.sh
|
||||
env:
|
||||
KRATA_KERNEL_BUILD_SKIP: "1"
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: krata-nightly-debian-x86_64
|
||||
path: "target/dist/*_amd64.deb"
|
||||
compression-level: 0
|
||||
|
||||
name: krata-alpine-x86_64
|
||||
path: "target/dist/*_amd64.apk"
|
||||
compression-level: 0
|
||||
- run: ./hack/os/build.sh
|
||||
env:
|
||||
KRATA_KERNEL_BUILD_SKIP: "1"
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: krata-os-x86_64
|
||||
path: "target/os/krata.qcow2"
|
||||
compression-level: 0
|
||||
|
Reference in New Issue
Block a user