Skip to content

Commit

Permalink
feat: publish vscode alpine-x64 package
Browse files Browse the repository at this point in the history
resolves #132
  • Loading branch information
tekumara committed Nov 9, 2024
1 parent 11f549d commit 6088bc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
mkdir -p bundled dist
cp target/${{ matrix.target }}/release/typos-lsp* bundled/
npx vsce package -o dist/ --target ${{ matrix.code-target }}
- name: vsce package for alpine
# package the alpine-x64 target with the musl binary
if: matrix.target == 'x86_64-unknown-linux-musl'
shell: bash
run: |
npx vsce package -o dist/ --target alpine-x64
- name: Archive
shell: bash
run: |
Expand Down

0 comments on commit 6088bc1

Please sign in to comment.