File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -18,29 +18,11 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- os :
22
- - macos-latest
23
- - ubuntu-latest
24
- - windows-latest
25
- host :
26
- - x64
27
- target :
28
- - x64
29
- node :
30
- - 10
31
- - 11
32
- - 12
33
- - 13
34
- - 14
35
- - 15
36
- - 16
37
- - 17
38
- - 18
39
21
include :
40
- - os : windows -latest
22
+ - os : macos -latest
41
23
node : 16
42
24
host : x64
43
- target : x86
25
+ target : arm64
44
26
name : ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
45
27
steps :
46
28
- uses : actions/checkout@v3
85
67
86
68
- name : Run tests
87
69
run : yarn test
70
+ if : matrix.target != 'arm64'
88
71
89
72
- name : Package prebuilt binaries
90
73
run : yarn node-pre-gyp package --target_arch=${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments