mirror of
https://github.com/0Nera/BMOSP.git
synced 2024-11-22 16:41:23 +03:00
Исправлена сборка бинарных образов
This commit is contained in:
parent
0b83a495b2
commit
d80565d276
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -24,12 +24,14 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
python3 build.py
|
python3 build.py
|
||||||
git config advice.addIgnoredFile false
|
cp kernel.elf x86_64-kernel.elf
|
||||||
|
cp mseos.hdd x86_64-mseos.hdd
|
||||||
|
cp mseos.iso x86_64-mseos.iso
|
||||||
|
|
||||||
- name: Add and commit files
|
- name: Add and commit files
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
add: 'kernel.elf mseos.hdd mseos.iso'
|
add: 'x86_64-kernel.elf x86_64-mseos.hdd x86_64-mseos.iso'
|
||||||
author_name: Bot
|
author_name: Bot
|
||||||
author_email: bot@example.com
|
author_email: bot@example.com
|
||||||
commit: --signoff
|
commit: --signoff
|
||||||
|
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,8 +1,8 @@
|
|||||||
*.elf
|
kernel.elf
|
||||||
*.hdd
|
mseos.hdd
|
||||||
*.iso
|
mseos.iso
|
||||||
*.0
|
*.0
|
||||||
|
|
||||||
bin/
|
bin/
|
||||||
limine/
|
limine/
|
||||||
ovmf/
|
ovmf/
|
||||||
|
Loading…
Reference in New Issue
Block a user