Skip to content

Commit

Permalink
test builds (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai authored Jun 29, 2024
1 parent f20ffe3 commit d2e4782
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ jobs:
# host: windows-latest
# node_build: pnpm build --target aarch64-pc-windows-msvc

- target: aarch64-unknown-linux-gnu
host: ubuntu-latest
node_build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross
# maturin doesn't support aarch64-linux-gnu
# - target: aarch64-unknown-linux-gnu
# host: ubuntu-latest
# node_build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross

- target: x86_64-apple-darwin
host: macos-latest
Expand Down

0 comments on commit d2e4782

Please sign in to comment.