Skip to content

Commit

Permalink
Add GNU builds back for compat with old extension
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Jan 22, 2025
1 parent e18ba38 commit e519b87
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e519b87

Please sign in to comment.