Skip to content

Commit

Permalink
ci(build): add {aarch64,x86_64}-unknown-linux-musl targets
Browse files Browse the repository at this point in the history
  • Loading branch information
numToStr committed Aug 17, 2022
1 parent 040e48c commit 6f3fe4e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,21 @@ jobs:
target: aarch64-unknown-linux-gnu,
use_cross: true,
}
- {
os: ubuntu-latest,
target: aarch64-unknown-linux-musl,
use_cross: true,
}
- {
os: ubuntu-latest,
target: x86_64-unknown-linux-gnu,
use_cross: false,
}
- {
os: ubuntu-latest,
target: x86_64-unknown-linux-musl,
use_cross: false,
}
- {
os: windows-latest,
target: x86_64-pc-windows-msvc,
Expand Down

0 comments on commit 6f3fe4e

Please sign in to comment.