File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11
11
" windows-latest" ,
12
12
]
13
13
include :
14
- - neon-out-name : " x86_64-unknown-linux-gnu-index.node"
15
- os : " ubuntu-22.04"
16
- - neon-out-name : " aarch64-unknown-linux-gnu-index.node"
17
- os : " buildjet-4vcpu-ubuntu-2204-arm"
18
14
- neon-out-name : " x86_64-apple-darwin-index.node"
19
15
os : " macos-latest"
20
16
- neon-out-name : " x86_64-pc-windows-gnu-index.node"
@@ -54,11 +50,14 @@ jobs:
54
50
]
55
51
include :
56
52
- neon-out-name : " x86_64-unknown-linux-gnu-index.node"
53
+ container : " quay.io/pypa/manylinux_2_28_x86_64:latest"
57
54
os : " ubuntu-22.04"
58
55
- neon-out-name : " aarch64-unknown-linux-gnu-index.node"
56
+ container : " quay.io/pypa/manylinux_2_28_aarch64:latest"
57
+ args : " --platform linux/arm64"
59
58
os : " buildjet-4vcpu-ubuntu-2204-arm"
60
- runs-on : ubuntu-latest
61
- container : quay.io/pypa/manylinux2014_x86_64
59
+ runs-on : ${{ matrix.os }}
60
+ container : ${{ matrix.container }}
62
61
defaults :
63
62
run :
64
63
working-directory : korvus/javascript
You can’t perform that action at this time.
0 commit comments