ci: Bump arm64 docker build runner to 8-vCPU (#32263)

Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
n8n-cat-bot[bot]
2026-06-13 14:08:25 +01:00
committed by GitHub
parent 9373433aae
commit 01c97ada6b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ Team ownership mappings in `CODEOWNERS`:
| `blacksmith-2vcpu-ubuntu-2204` | 2 | Standard builds, E2E shards |
| `blacksmith-4vcpu-ubuntu-2204` | 4 | Unit tests, typecheck, lint |
| `blacksmith-8vcpu-ubuntu-2204` | 8 | Heavy parallel workloads |
| `blacksmith-4vcpu-ubuntu-2204-arm` | 4 | ARM64 Docker builds |
| `blacksmith-8vcpu-ubuntu-2204-arm` | 8 | ARM64 Docker builds |
### Selection Guidelines
+1 -1
View File
@@ -3,6 +3,6 @@ self-hosted-runner:
- blacksmith-2vcpu-ubuntu-2204
- blacksmith-4vcpu-ubuntu-2204
- blacksmith-2vcpu-ubuntu-2204-arm
- blacksmith-4vcpu-ubuntu-2204-arm
- blacksmith-8vcpu-ubuntu-2204
- blacksmith-8vcpu-ubuntu-2204-arm
- ubuntu-slim
+1 -1
View File
@@ -88,7 +88,7 @@ class BuildContext {
buildMatrix(platforms) {
const runners = {
'linux/amd64': 'blacksmith-4vcpu-ubuntu-2204',
'linux/arm64': 'blacksmith-4vcpu-ubuntu-2204-arm',
'linux/arm64': 'blacksmith-8vcpu-ubuntu-2204-arm',
};
const matrix = {