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 f6bd79d commit cbb1672Copy full SHA for cbb1672
.github/workflows/prebuild.yaml
@@ -51,9 +51,10 @@ jobs:
51
fail-fast: false
52
matrix:
53
node: [21]
54
+ os: ["ubuntu-latest", "ubuntu-latest-arm"]
55
canvas_tag: ["v3.1.0"] # e.g. "v2.6.1"
56
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
- runs-on: ubuntu-latest
57
+ runs-on: matrix.os
58
container:
59
image: ${{ matrix.node < 18 && 'chearon/canvas-prebuilt:9' || 'zbbjornson/canvas-prebuilt:11' }}
60
env:
0 commit comments