Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ jobs:
cache_mb: '102400'
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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Unverified ARM runner label

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!

- dockerfile: ./docker/db.Dockerfile
image: ghcr.io/simstudioai/migrations
gh_runner: ubuntu-24.04-arm
Expand Down
Loading