ci: route workflows to ARC runner scale sets

Run standard Linux workflows on the existing ARC runner set. Route the Docker
matrix by architecture so amd64 jobs use arc-runner-set and arm64 jobs use the
dedicated arc-runner-arm64 scale set. Use the baked Electron dependencies for
the desktop E2E job.
This commit is contained in:
ethernet 2026-07-21 17:31:39 -04:00
parent 282d026cf8
commit 50a463b3f0
5 changed files with 10 additions and 17 deletions

View file

@ -28,12 +28,12 @@ jobs:
matrix:
include:
- arch: amd64
runner: ubuntu-latest
runner: arc-runner-set
platform: linux/amd64
cache-from: type=gha,scope=docker-amd64
cache-to: type=gha,mode=max,scope=docker-amd64
- arch: arm64
runner: ubuntu-24.04-arm
runner: arc-runner-arm64
platform: linux/arm64
cache-from: type=gha,scope=docker-arm64
cache-to: type=gha,mode=max,scope=docker-arm64