You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gha-runner): custom ARC runner image with build tools
The minimal actions/actions-runner image lacks tools our g5t-uk workflows need
(make/build-essential for Makefile targets + Python C-extensions, libatomic1 for
pnpm, the docker compose plugin for compose smoke tests), so lint/test jobs fail
on the self-hosted runners.
Add an arm64-only gha-runner image (FROM actions/actions-runner + those packages),
built and published by the standard matrix (publish.yml) like every other image.
arm64-only because the ARC runners are aarch64.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments