Skip to content

Commit 59c540b

Browse files
committed
Update workflow test 3
1 parent cf014af commit 59c540b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/javascript-sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ jobs:
5454
os: "ubuntu-22.04"
5555
- neon-out-name: "aarch64-unknown-linux-gnu-index.node"
5656
container: "quay.io/pypa/manylinux_2_28_aarch64:latest"
57+
args: "--platform linux/arm64"
5758
os: "buildjet-4vcpu-ubuntu-2204-arm"
58-
runs-on: ubuntu-latest
59+
runs-on: ${{ matrix.os }}
5960
container: ${{ matrix.container }}
6061
defaults:
6162
run:

0 commit comments

Comments
 (0)