We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd1ad1 commit 2243221Copy full SHA for 2243221
.github/workflows/CI.yml
@@ -74,10 +74,10 @@ jobs:
74
- host: [self-hosted, linux, x64]
75
target: aarch64-unknown-linux-gnu
76
build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross
77
- - host: [self-hosted, linux, x64]
+ - host: [self-hosted, linux, ARM]
78
target: armv7-unknown-linux-gnueabihf
79
build: pnpm build --target armv7-unknown-linux-gnueabihf --use-napi-cross
80
81
target: aarch64-unknown-linux-musl
82
build: pnpm build --target aarch64-unknown-linux-musl -x
83
- host: [self-hosted, windows, ARM]
0 commit comments