Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmisgod authored Feb 22, 2025
1 parent 44171f0 commit 3bbb5b5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ jobs:
strategy:
matrix:
target:
- x86_64-unknown-linux-musl
# - x86_64-unknown-linux-musl
- x86_64-pc-windows-msvc
- aarch64-apple-darwin
- aarch64-unknown-linux-gnu
- armv7-unknown-linux-musleabihf
# - aarch64-unknown-linux-gnu
# - armv7-unknown-linux-musleabihf
include:
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
# - target: x86_64-unknown-linux-musl
# os: ubuntu-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: armv7-unknown-linux-musleabihf
os: ubuntu-latest
# - target: aarch64-unknown-linux-gnu
# os: ubuntu-latest
# - target: armv7-unknown-linux-musleabihf
# os: ubuntu-latest

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3bbb5b5

Please sign in to comment.