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