Skip to content

Commit 45348ba

Browse files
authored
Merge pull request #15 from postgresml/silas-update-container-version
Silas update container version
2 parents 15c2d24 + 59c540b commit 45348ba

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/javascript-sdk.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
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

0 commit comments

Comments
 (0)