We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef144b commit 3ca0ceaCopy full SHA for 3ca0cea
1 file changed
.github/workflows/napi.yml
@@ -43,9 +43,10 @@ jobs:
43
- host: macos-latest
44
target: aarch64-apple-darwin
45
build: yarn build --target aarch64-apple-darwin
46
- - host: ubuntu-24.04-arm
+ - host: ubuntu-22.04-arm
47
target: aarch64-unknown-linux-gnu
48
- build: yarn build --target aarch64-unknown-linux-gnu
+ build: yarn build --target aarch64-unknown-linux-gnu --use-napi-cross
49
+ test: true
50
- host: ubuntu-latest
51
target: aarch64-unknown-linux-musl
52
build: yarn build --target aarch64-unknown-linux-musl -x
0 commit comments