Skip to content

feat(docker): Add multi-platform support for Docker build#541

Open
gondoi wants to merge 5 commits into
mainfrom
feature/devops-1248-enable-multi-arch-build-containers-group-1
Open

feat(docker): Add multi-platform support for Docker build#541
gondoi wants to merge 5 commits into
mainfrom
feature/devops-1248-enable-multi-arch-build-containers-group-1

Conversation

@gondoi
Copy link
Copy Markdown

@gondoi gondoi commented Apr 20, 2026

No description provided.

@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 20, 2026

PR Summary

Medium Risk
Changes how release images are built and published (external reusable workflow, dual runners); misconfiguration could break CI publishes or produce wrong-arch images.

Overview
Docker publishing for sv-dune no longer uses the in-repo composite action .github/actions/docker-publish (that action is removed). docker_publish.yaml now calls the shared reusable workflow FuelLabs/github-actions/.../docker-build-push.yml@master with build-backend: native and linux/amd64 + linux/arm64 (ARM on ubuntu-24.04-arm).

The previous matrix job that invoked the local action is replaced by a dedicated build-and-publish-sv-dune job and an explicit if for workflow_dispatch package selection. Comments in the workflow explain avoiding matrix + workflow_call + job-level if on matrix.*, and adding one job per package instead.

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

Comment thread .github/actions/docker-publish/action.yaml Outdated
Comment thread .github/actions/docker-publish/action.yaml Outdated
Comment thread .github/actions/docker-publish/action.yaml Outdated
Comment thread .github/workflows/docker_publish.yaml Outdated
Migrate docker-publish to FuelLabs/github-actions docker-build-push
with build-backend native and linux/amd64,linux/arm64 on native runners.

Refs DEVOPS-1248

Co-authored-by: Cursor <cursoragent@cursor.com>
@gondoi gondoi force-pushed the feature/devops-1248-enable-multi-arch-build-containers-group-1 branch from 3d168e2 to 32b28ca Compare May 27, 2026 15:27
gondoi and others added 3 commits May 27, 2026 10:28
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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 d3157d7. Configure here.

Comment thread .github/workflows/docker_publish.yaml
The workflow now calls FuelLabs/github-actions docker-build-push; the
composite under .github/actions/docker-publish had no remaining references.

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