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
The problem with multiarch images is, you need to build the manifest once and cant incrementally push single archs.
Which means a platforms option is most likely not going to work.
In Relay CI we use regctl to move/copy multiarch images, this would be a simple option and could be gated behind a multiarch: true option, to not always require the dependeny.
The alternative I believe is to rebuild the multiarch manifest with docker buildx imagetools, which still seems to be very experimental.
Environment
Running in Relay CI
Steps to Reproduce
Relay has a craft config which pushes docker containers. The source container is a multi arch container, the pushed container is not.
Expected Result
Craft should copy the multi arch container correctly.
Actual Result
The container is for a single arch. See also: getsentry/relay#3731
The text was updated successfully, but these errors were encountered: