Skip to content

Commit cbb1672

Browse files
committed
feat: Automattic#2392: add arm based ubuntu runner
1 parent f6bd79d commit cbb1672

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prebuild.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
node: [21]
54+
os: ["ubuntu-latest", "ubuntu-latest-arm"]
5455
canvas_tag: ["v3.1.0"] # e.g. "v2.6.1"
5556
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
56-
runs-on: ubuntu-latest
57+
runs-on: matrix.os
5758
container:
5859
image: ${{ matrix.node < 18 && 'chearon/canvas-prebuilt:9' || 'zbbjornson/canvas-prebuilt:11' }}
5960
env:

0 commit comments

Comments
 (0)