Create build.yml.

This commit is contained in:
Alexander Myltsev 2023-01-24 02:13:56 +04:00 committed by GitHub
parent f3816c1088
commit 93a30be4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build disk image
run: make image.bin