mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
workflows: upload os images on build
This commit is contained in:
8
.github/workflows/os.yml
vendored
8
.github/workflows/os.yml
vendored
@ -3,9 +3,11 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "os/**"
|
||||
- "hack/os/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "os/**"
|
||||
- "hack/os/**"
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
@ -16,3 +18,9 @@ jobs:
|
||||
- run: ./hack/os/build.sh
|
||||
env:
|
||||
KRATA_KERNEL_BUILD_JOBS: "5"
|
||||
- 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