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:
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