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 cf014af commit 59c540bCopy full SHA for 59c540b
.github/workflows/javascript-sdk.yml
@@ -54,8 +54,9 @@ jobs:
54
os: "ubuntu-22.04"
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"
58
os: "buildjet-4vcpu-ubuntu-2204-arm"
- runs-on: ubuntu-latest
59
+ runs-on: ${{ matrix.os }}
60
container: ${{ matrix.container }}
61
defaults:
62
run:
0 commit comments