Skip to content

Commit

Permalink
Use musl for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Jan 22, 2025
1 parent 77408a4 commit 4ec6491
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ jobs:
bin: codebook-lsp
name: codebook-lsp-aarch64-apple-darwin.tar.gz
command: build
- release_for: Linux-x86_64-GNU
- release_for: Linux-x86_64-Musl
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
project: codebook-lsp
bin: codebook-lsp
name: codebook-lsp-x86_64-unknown-linux-gnu.tar.gz
name: codebook-lsp-x86_64-unknown-linux-musl.tar.gz
command: build
- release_for: Linux-aarch64-GNU
- release_for: Linux-aarch64-Musl
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
target: aarch64-unknown-linux-musl
project: codebook-lsp
bin: codebook-lsp
name: codebook-lsp-aarch64-unknown-linux-gnu.tar.gz
name: codebook-lsp-aarch64-unknown-linux-musl.tar.gz
command: build

runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit 4ec6491

Please sign in to comment.