misc: Make sure 64 bit Linux binary limine-install also gets statically linked
This commit is contained in:
parent
3e9eee3b0c
commit
bd69732b08
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -29,6 +29,11 @@ jobs:
|
||||
with:
|
||||
command: apt-get update && apt-get install nasm -y && make
|
||||
|
||||
- name: Remove limine-hdd.o
|
||||
uses: mintsuki-org/debian-x86_64@v0.3
|
||||
with:
|
||||
command: rm limine-hdd.o
|
||||
|
||||
- name: Build limine-install-linux-x86_64
|
||||
uses: mintsuki-org/debian-x86_64@v0.3
|
||||
with:
|
||||
@ -79,6 +84,11 @@ jobs:
|
||||
with:
|
||||
command: mv bin/limine-install.exe bin/limine-install-win32.exe
|
||||
|
||||
- name: Remove bin/limine-hdd.bin
|
||||
uses: mintsuki-org/debian-x86_64@v0.3
|
||||
with:
|
||||
command: rm bin/limine-hdd.bin
|
||||
|
||||
- name: Rename bin directory
|
||||
uses: mintsuki-org/debian-x86_64@v0.3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user