Skip to content

chore(docker): native multi-arch app and indexer images#26

Open
gondoi wants to merge 3 commits into
mainfrom
feature/devops-1249-enable-multi-arch-build-containers-group-2
Open

chore(docker): native multi-arch app and indexer images#26
gondoi wants to merge 3 commits into
mainfrom
feature/devops-1249-enable-multi-arch-build-containers-group-2

Conversation

@gondoi
Copy link
Copy Markdown

@gondoi gondoi commented May 27, 2026

Summary

  • Migrate container builds to FuelLabs/github-actions/.github/workflows/docker-build-push.yml@master
  • Native multi-arch: linux/amd64 + linux/arm64 (ubuntu-latest / ubuntu-24.04-arm)

Test plan

  • CI passes on PR (amd64 + arm64 build jobs)
  • Image manifest lists both architectures after merge

Part of DEVOPS-1249 / Move to graviton.

Depends on github-actions master with checkout/LFS inputs (DEVOPS-1248).

Made with Cursor

gondoi and others added 2 commits May 27, 2026 11:39
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor
Copy link
Copy Markdown

cursor Bot commented May 27, 2026

PR Summary

Medium Risk
Changes release and image-publish plumbing and depends on an external reusable workflow at @master; misconfiguration could break multi-arch pushes or skip indexer builds.

Overview
Removes the repo-local composite action .github/actions/docker-publish and replaces inline Docker build/push steps with the shared reusable workflow FuelLabs/github-actions/.github/workflows/docker-build-push.yml@master.

The workflow is split into separate jobs: check-docs and check-indexer (GHCR login + manifest check for the indexer image), then build-and-publish-app always runs the new pipeline for fuel-mcp-server, and build-and-publish-indexer runs only when docs changed or the indexer image is missing. Workflow-level permissions now include id-token: write for the new publish path.

Images are built with build-backend: native for linux/amd64 and linux/arm64 (amd64 on ubuntu-latest, arm64 on ubuntu-24.04-arm), with digest artifact keys app and indexer. Tagging behavior (branch, sha, semver) is preserved via the reusable workflow inputs.

Reviewed by Cursor Bugbot for commit a35e850. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 96af0d7. Configure here.

Comment thread .github/workflows/build-and-deploy.yml
check-indexer runs in its own job; log in before manifest inspect so
private package reads do not fail silently and skip indexer builds.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant