misc: Make sure 64 bit Linux binary limine-install also gets statically linked

This commit is contained in:
mintsuki 2021-03-10 00:55:08 +01:00
parent 3e9eee3b0c
commit bd69732b08
1 changed files with 10 additions and 0 deletions

View File

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