fix(ci): build the ARM64 app image on a 16 vCPU runner (#8292) - #8293
Conversation
waleedlatif1
commented
Sep 25, 2026
- fix(ci): build the ARM64 app image on a 16 vCPU runner (fix(ci): build the ARM64 app image on a 16 vCPU runner #8292)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
| image: ghcr.io/simstudioai/simstudio | ||
| gh_runner: linux-arm64-8-core | ||
| bs_runner: blacksmith-8vcpu-ubuntu-2404-arm | ||
| bs_runner: blacksmith-16vcpu-ubuntu-2404-arm |
There was a problem hiding this comment.
This 16-vCPU ARM label is new to the repository, and the build runs only on pushes to main, so PR checks cannot confirm that the runner can take the job. If the label is not provisioned, the app image build will remain queued and block GHCR manifest publication. Please validate the label with a non-release build before relying on it.
Knowledge Base Used: Operations, deployment, and privacy services
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!