Skip to content

Commit

Permalink
feat: Try to add aarch64-unknown-linux-musl build target
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 2, 2024
1 parent 7083223 commit 5a119b7
Showing 1 changed file with 38 additions and 35 deletions.
73 changes: 38 additions & 35 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,43 +23,46 @@ jobs:
fail-fast: false
matrix:
target:
- aarch64-apple-darwin
- x86_64-apple-darwin
- x86_64-pc-windows-msvc
- aarch64-pc-windows-msvc
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- riscv64gc-unknown-linux-gnu
# - aarch64-apple-darwin
# - x86_64-apple-darwin
# - x86_64-pc-windows-msvc
# - aarch64-pc-windows-msvc
# - x86_64-unknown-linux-gnu
# - x86_64-unknown-linux-musl
# - aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
# - armv7-unknown-linux-gnueabihf
# - riscv64gc-unknown-linux-gnu
extra: ['bin']
include:
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
extra: 'bin'
os: windows-latest
- target: x86_64-pc-windows-msvc
extra: msi
os: windows-latest
- target: aarch64-pc-windows-msvc
extra: 'bin'
os: windows-latest
- target: aarch64-pc-windows-msvc
extra: msi
os: windows-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04
- target: x86_64-unknown-linux-musl
os: ubuntu-22.04
- target: aarch64-unknown-linux-gnu
os: ubuntu-22.04
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-22.04
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-latest
# - target: aarch64-apple-darwin
# os: macos-latest
# - target: x86_64-apple-darwin
# os: macos-latest
# - target: x86_64-pc-windows-msvc
# extra: 'bin'
# os: windows-latest
# - target: x86_64-pc-windows-msvc
# extra: msi
# os: windows-latest
# - target: aarch64-pc-windows-msvc
# extra: 'bin'
# os: windows-latest
# - target: aarch64-pc-windows-msvc
# extra: msi
# os: windows-latest
# - target: x86_64-unknown-linux-gnu
# os: ubuntu-22.04
# - target: x86_64-unknown-linux-musl
# os: ubuntu-22.04
# - target: aarch64-unknown-linux-gnu
# os: ubuntu-22.04
- target: aarch64-unknown-linux-musl
os: ubuntu-22.04
# - target: armv7-unknown-linux-gnueabihf
# os: ubuntu-22.04
# - target: riscv64gc-unknown-linux-gnu
# os: ubuntu-latest

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

Expand Down

0 comments on commit 5a119b7

Please sign in to comment.