We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e22ec commit cf014afCopy full SHA for cf014af
.github/workflows/javascript-sdk.yml
@@ -53,7 +53,7 @@ jobs:
53
container: "quay.io/pypa/manylinux_2_28_x86_64:latest"
54
os: "ubuntu-22.04"
55
- neon-out-name: "aarch64-unknown-linux-gnu-index.node"
56
- container: "quay.io/pypa/manylinux2014_aarch64:latest"
+ container: "quay.io/pypa/manylinux_2_28_aarch64:latest"
57
os: "buildjet-4vcpu-ubuntu-2204-arm"
58
runs-on: ubuntu-latest
59
container: ${{ matrix.container }}
0 commit comments