This commit is contained in:
mkm1971 2026-04-27 20:32:38 +00:00
parent 70b02fc205
commit 3462ce6da8
1 changed files with 4 additions and 6 deletions

View File

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