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 1111 " windows-latest" ,
1212 ]
1313 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"
1814 - neon-out-name : " x86_64-apple-darwin-index.node"
1915 os : " macos-latest"
2016 - neon-out-name : " x86_64-pc-windows-gnu-index.node"
@@ -54,11 +50,14 @@ jobs:
5450 ]
5551 include :
5652 - neon-out-name : " x86_64-unknown-linux-gnu-index.node"
53+ container : " quay.io/pypa/manylinux_2_28_x86_64:latest"
5754 os : " ubuntu-22.04"
5855 - neon-out-name : " aarch64-unknown-linux-gnu-index.node"
56+ container : " quay.io/pypa/manylinux_2_28_aarch64:latest"
57+ args : " --platform linux/arm64"
5958 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 }}
6261 defaults :
6362 run :
6463 working-directory : korvus/javascript
You can’t perform that action at this time.
0 commit comments