We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a815ee1 commit d2797c2Copy full SHA for d2797c2
.github/workflows/CI.yml
@@ -82,10 +82,10 @@ jobs:
82
- host: [self-hosted, windows, x64]
83
build: pnpm build --target i686-pc-windows-msvc
84
target: i686-pc-windows-msvc
85
- - host: [self-hosted, linux, x64]
+ - host: [self-hosted, linux, ARM]
86
target: x86_64-unknown-linux-gnu
87
build: pnpm build --target x86_64-unknown-linux-gnu --use-napi-cross
88
89
target: x86_64-unknown-linux-musl
90
build: pnpm build --target x86_64-unknown-linux-musl -x
91
- host: [self-hosted, macos]
0 commit comments