From 3b70a062707fc7d58bb5bf4ad6f931ed6d99aac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Reynier?= <88983487+loicreynier@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:31:38 +0100 Subject: [PATCH] feat(typos-lsp): add musl binaries (#8510) Co-authored-by: William Boman <william@redwill.se> --- packages/typos-lsp/package.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/typos-lsp/package.yaml b/packages/typos-lsp/package.yaml index 2f579a0fd1..15c781e923 100644 --- a/packages/typos-lsp/package.yaml +++ b/packages/typos-lsp/package.yaml @@ -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