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
On MacOs silicon it's currently required for a lot of images to provide the --platform flag. This flag is only provided to the command if buildx is enabled, which then causes an "unknown flag --platform" error
What did you want to happen?
Allow to use --platform without activating buildx. The docker command line supports this. Or if the behaviour is important, allow for arbitrary arguments to be added via a separate property.
The text was updated successfully, but these errors were encountered:
What happened?
On MacOs silicon it's currently required for a lot of images to provide the --platform flag. This flag is only provided to the command if buildx is enabled, which then causes an "unknown flag --platform" error
What did you want to happen?
Allow to use --platform without activating buildx. The docker command line supports this. Or if the behaviour is important, allow for arbitrary arguments to be added via a separate property.
The text was updated successfully, but these errors were encountered: