mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-27 17:58:07 +00:00
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:
parent
282d026cf8
commit
50a463b3f0
5 changed files with 10 additions and 17 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue