Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jun 7, 2024
1 parent c5a1e73 commit a7978c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,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
# Skip aarch64-unknown-linux-gnu for now
# - 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 a7978c2

Please sign in to comment.