Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomyfan committed Feb 19, 2024
1 parent d678f3b commit 980ac0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [ubuntu-latest, macos-14, windows-latest]
include:
- os: ubuntu-latest
targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl"
targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl,aarch64-unknown-linux-musl,aarch64-unknown-linux-gnu"

- os: macos-14
targets: "x86_64-apple-darwin,aarch64-apple-darwin"
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
("${{ matrix.targets }}" -split ",") | ForEach-Object {
Write-Host "Building $_"
cargo build --verbose --release --target $_
cargo zigbuild --verbose --release --target $_
}
- name: List builds
Expand Down

0 comments on commit 980ac0e

Please sign in to comment.