Skip to content

Commit

Permalink
ci: fix musl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed May 22, 2023
1 parent a7859fd commit 1b4789b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
os: ubuntu-latest
artifact_name: deltio
asset_name: deltio-${{ needs.tag.outputs.tag }}-linux-musl-x86
install_linker: musl-tools

- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
Expand All @@ -135,6 +136,7 @@ jobs:
os: ubuntu-latest
artifact_name: deltio
asset_name: deltio-${{ needs.tag.outputs.tag }}-linux-musl-x86_64
install_linker: musl-tools

# macOS
- target: x86_64-apple-darwin
Expand Down

0 comments on commit 1b4789b

Please sign in to comment.