You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.