File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 test-and-build :
10- runs-on : ubuntu-latest
10+ runs-on : ${{ matrix.os }}
1111 strategy :
1212 matrix :
1313 node-version : [16.x]
14+ os : [ubuntu-latest, ubuntu-24.04-arm64]
1415
1516 steps :
1617 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 build :
22- runs-on : ubuntu-latest
22+ runs-on : ${{ matrix.runner }}
2323 strategy :
2424 fail-fast : false
2525 matrix :
26- platform :
27- - linux/amd64
28- - linux/arm64
26+ include :
27+ - platform : linux/amd64
28+ runner : ubuntu-latest
29+ - platform : linux/arm64
30+ runner : ubuntu-24.04-arm64
2931 steps :
3032 -
3133 name : Prepare
4143 uses : docker/metadata-action@v5
4244 with :
4345 images : ${{ env.REGISTRY_IMAGE }}
44- -
45- name : Set up QEMU
46- uses : docker/setup-qemu-action@v3
4746 -
4847 name : Set up Docker Buildx
4948 uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments