Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey committed Feb 15, 2025
2 parents 2331196 + 920fb6d commit 4c9c22a
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,33 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-pc-windows-msvc
os: windows-latest
cross: false
- target: x86_64-unknown-linux-musl
os: ubuntu-22.04
cross: true
- target: aarch64-unknown-linux-musl
os: ubuntu-22.04
cross: true
- target: armv7-unknown-linux-musleabi
os: ubuntu-22.04
cross: true
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-22.04
cross: true
- target: x86_64-apple-darwin
os: macos-latest
cross: false
- target: aarch64-apple-darwin
os: macos-latest
cross: false
- target: x86_64-pc-windows-msvc
os: windows-latest
cross: false
- target: aarch64-pc-windows-msvc
os: windows-latest
cross: false
- target: aarch64-unknown-linux-musl
os: ubuntu-22.04
cross: true
- target: armv7-unknown-linux-musleabi
os: ubuntu-22.04
cross: true
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-22.04
cross: true




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

0 comments on commit 4c9c22a

Please sign in to comment.