Skip to content

Commit

Permalink
upgrade limine and hopefully fix it on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
theverygaming committed Jul 31, 2024
1 parent 6ec437f commit 1915c6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: build limine
run: |
cd $GITHUB_WORKSPACE/../
wget https://github.com/limine-bootloader/limine/releases/download/v7.4.0/limine-7.4.0.tar.gz
tar -xf limine-7.4.0.tar.gz && mv limine-7.4.0/ limine/
wget https://github.com/limine-bootloader/limine/releases/download/v7.13.2/limine-7.13.2.tar.gz
tar -xf limine-7.13.2.tar.gz && mv limine-7.13.2/ limine/
cd limine
./bootstrap
./configure --enable-uefi-x86-64 --enable-bios
Expand Down Expand Up @@ -102,11 +102,11 @@ jobs:
- name: build limine
run: |
cd $GITHUB_WORKSPACE/../
wget https://github.com/limine-bootloader/limine/releases/download/v7.4.0/limine-7.4.0.tar.gz
tar -xf limine-7.4.0.tar.gz && mv limine-7.4.0/ limine/
wget https://github.com/limine-bootloader/limine/releases/download/v7.13.2/limine-7.13.2.tar.gz
tar -xf limine-7.13.2.tar.gz && mv limine-7.13.2/ limine/
cd limine
./bootstrap
CROSS_TOOLCHAIN=aarch64-linux-gnu ./configure --enable-uefi-aarch64
TOOLCHAIN_FOR_TARGET=aarch64-linux-gnu ./configure --enable-uefi-aarch64
make -j $(nproc)
sudo make install
Expand Down

0 comments on commit 1915c6a

Please sign in to comment.