Skip to content

Commit

Permalink
build musl target for linux in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiunrein authored Aug 5, 2023
1 parent 0c5107b commit fb757fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
include:
- image: ubuntu-latest
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
- image: macos-latest
target: x86_64-apple-darwin
- image: ubuntu-latest
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
files: |
target/${{ matrix.target }}/release/${{ steps.package-name.outputs.metadata }}-${{ matrix.target }}
target/${{ matrix.target }}/release/${{ steps.package-name.outputs.metadata }}-${{ matrix.target }}.sha256

0 comments on commit fb757fb

Please sign in to comment.