Skip to content

fix(warp): fix flow for multi arch#59

Merged
gondoi merged 2 commits into
masterfrom
fix/warp-builds
May 13, 2026
Merged

fix(warp): fix flow for multi arch#59
gondoi merged 2 commits into
masterfrom
fix/warp-builds

Conversation

@gondoi
Copy link
Copy Markdown
Contributor

@gondoi gondoi commented May 13, 2026

No description provided.

@cursor
Copy link
Copy Markdown

cursor Bot commented May 13, 2026

PR Summary

Medium Risk
Changes the Warp image publishing path in the reusable workflow, affecting how multi-arch images are built and tagged; mistakes could break releases or produce incorrect manifests/digests.

Overview
Fixes Warp multi-arch builds in the reusable docker-build-push workflow by splitting comma-separated platforms into per-architecture digest builds and then merging them into a multi-arch manifest via docker buildx imagetools, avoiding Warp scheduling issues that caused arm64 exec-format failures.

Adds new Warp jobs (warp-multi-plan/warp-multi-build/warp-multi-merge) alongside a simplified warp-single path for single-platform builds, and updates workflow outputs to reference the new job names. Documentation in the composite action and workflow is updated to steer callers toward the workflow for multi-arch Warp builds.

Reviewed by Cursor Bugbot for commit 544dda2. 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 654d596. Configure here.

Comment thread .github/workflows/docker-build-push.yml Outdated
@gondoi gondoi merged commit 4e462b1 into master May 13, 2026
9 checks passed
@gondoi gondoi deleted the fix/warp-builds branch May 13, 2026 20:47
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.

2 participants