mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 20:20:11 +09:00
Add debian build
This commit is contained in:
parent
79ef99279b
commit
d482d3ccf9
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -27,3 +27,8 @@ jobs:
|
|||||||
run: make ldefconfig
|
run: make ldefconfig
|
||||||
- name: Build Linux
|
- name: Build Linux
|
||||||
run: make lbuild
|
run: make lbuild
|
||||||
|
|
||||||
|
- name: Build Debian Root
|
||||||
|
run: |
|
||||||
|
make aptcache &
|
||||||
|
make debian
|
Loading…
Reference in New Issue
Block a user