Skip to content

Commit c723f53

Browse files
committed
Add prebuild for windows arm64
1 parent 39fd4be commit c723f53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
os: windows-2019
2626
node: x64
2727
command: prebuildify
28+
- name: win32-arm64
29+
os: windows-2022
30+
command: prebuild --arch arm64 --target 20.11.1
2831
- name: linux-x64
2932
os: ubuntu-latest
3033
command: prebuildify-cross

0 commit comments

Comments
 (0)