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
Is your feature request related to a problem?
My dev machine is an ARM mac, the cluster runs on amd64. Currently I can't build the images locally if I want them to work on the cluster.
Did not expect to hit this issue when integrating multi arch builds in our system.
I don't understand where the issue is coming from. When specifying
"--platform linux/amd64,linux/arm64" in buildKit.inCluster.createArgs and buildKit.args it complains about
Ok this was an user error I quess. Multi arch builds works when value arguments are passed with --value=arg (NOTE: = instead of space between arg and value).
Is your feature request related to a problem?
My dev machine is an ARM mac, the cluster runs on amd64. Currently I can't build the images locally if I want them to work on the cluster.
Which solution do you suggest?
Buildkit supports multi-arch images https://docs.docker.com/build/building/multi-platform/#multiple-native-nodes
Which alternative solutions exist?
Not aware of any
Additional context
I'd be really nice to just be able to:
The text was updated successfully, but these errors were encountered: