yml
This commit is contained in:
parent
70b02fc205
commit
3462ce6da8
|
|
@ -1,18 +1,16 @@
|
||||||
name: Build KabOS Image
|
name: Build KabOS Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Clone repo
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git clone https://cgi.medsys.cloud/mkm1971/kabos-os.git .
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue