Skip to content

Commit

Permalink
feat(typos-lsp): add musl binaries (#8510)
Browse files Browse the repository at this point in the history
Co-authored-by: William Boman <william@redwill.se>
  • Loading branch information
loicreynier and williamboman authored Jan 27, 2025
1 parent 65ec01f commit 3b70a06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/typos-lsp/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ source:
- target: linux_x64_gnu
file: typos-lsp-{{ version }}-x86_64-unknown-linux-gnu.tar.gz
bin: typos-lsp
- target: linux_x64
file: typos-lsp-{{ version }}-x86_64-unknown-linux-musl.tar.gz
bin: typos-lsp
- target: linux_arm64_gnu
file: typos-lsp-{{ version }}-aarch64-unknown-linux-gnu.tar.gz
bin: typos-lsp
- target: linux_arm_gnu
file: typos-lsp-{{ version }}-arm-unknown-linux-gnueabihf.tar.gz
bin: typos-lsp
- target: linux_arm64
file: typos-lsp-{{ version }}-aarch64-unknown-linux-musl.tar.gz
bin: typos-lsp
- target: win_x64
file: typos-lsp-{{ version }}-x86_64-pc-windows-msvc.zip
bin: target/x86_64-pc-windows-msvc/release/typos-lsp.exe
Expand Down

0 comments on commit 3b70a06

Please sign in to comment.