Skip to content

Commit

Permalink
CI: add MSVC and linux-GNU binaries to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kosude committed May 30, 2024
1 parent df0880e commit a35bc1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,16 @@ jobs:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu

- os: macos-latest
target: x86_64-apple-darwin

- os: windows-latest
target: x86_64-pc-windows-gnu
- os: windows-latest
target: x86_64-pc-windows-msvc

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a35bc1c

Please sign in to comment.