From e519b8714308faf3b2e1567b3cc1f275b5508eeb Mon Sep 17 00:00:00 2001 From: Bo Lopker Date: Wed, 22 Jan 2025 13:06:15 -0800 Subject: [PATCH] Add GNU builds back for compat with old extension --- .github/workflows/ci.yml | 15 +++++++++++++++ README.md | 6 ++++++ 2 files changed, 21 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d80e68..e967086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,21 @@ jobs: bin: codebook-lsp name: codebook-lsp-aarch64-unknown-linux-musl.tar.gz command: build + # GNU is being replaced by musl builds + - release_for: Linux-x86_64-GNU + os: ubuntu-latest + target: x86_64-unknown-linux-gnu + project: codebook-lsp + bin: codebook-lsp + name: codebook-lsp-x86_64-unknown-linux-gnu.tar.gz + command: build + - release_for: Linux-aarch64-GNU + os: ubuntu-latest + target: aarch64-unknown-linux-gnu + project: codebook-lsp + bin: codebook-lsp + name: codebook-lsp-aarch64-unknown-linux-gnu.tar.gz + command: build runs-on: ${{ matrix.platform.os }} steps: diff --git a/README.md b/README.md index e5751bc..59215d3 100644 --- a/README.md +++ b/README.md @@ -100,3 +100,9 @@ To update the Language server: 1. Follow instructions 1. Go to GitHub Releases 1. Un-mark "prerelease" and publish + +To update the Zed Extension: + +1. Go to blopker/codebook-zed +1. Update the version in extension.toml +1. Make a PR to zed/extensions with the updated submodule