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 231c86c commit 1853959Copy full SHA for 1853959
.github/workflows/node-build.yml
@@ -436,7 +436,7 @@ jobs:
436
fi
437
438
docker-build:
439
- runs-on: ${{ matrix.platform.name == 'arm64' && 'ubuntu-24.04-arm64' || 'ubuntu-latest' }}
+ runs-on: ${{ matrix.platform.name == 'arm64' && 'ubuntu-22.04-arm' || 'ubuntu-latest' }}
440
needs: version-generator
441
timeout-minutes: 10
442
env:
0 commit comments