From bcced191a4d2a45a8063d40a78d5a40ada9cd1a0 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sat, 2 Apr 2022 15:52:49 +0200 Subject: [PATCH] misc: Get rid of latest-binary --- .github/workflows/release.yml | 2 -- README.md | 6 ------ 2 files changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56ab3f09..044f8510 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,8 +72,6 @@ jobs: git push origin $BRANCH_NAME-binary git tag $TAG_NAME-binary git push origin $BRANCH_NAME-binary --tags - git checkout latest-binary - git reset --hard $BRANCH_NAME-binary && git push -f origin latest-binary - name: Cleanup source tree run: git checkout $TAG_NAME && rm -rf * && git checkout . diff --git a/README.md b/README.md index 81bf168e..ad33cf77 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,6 @@ or, to clone a specific binary point release (for example `v3.0`) git clone https://github.com/limine-bootloader/limine.git --branch=v3.0-binary --depth=1 ``` -Additionally, the absolute latest Limine binary release can be obtained by -fetching the `latest-binary` branch: -```bash -git clone https://github.com/limine-bootloader/limine.git --branch=latest-binary --depth=1 -``` - `limine-deploy` binaries are provided for Windows. In order to rebuild `limine-deploy`, simply run `make` in the binary