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
I would like to use the multiplatform building in my CI but ideally i would like to predefine a config file for consistency rather that having to run docker buildx create and appending for platform types. It would be good if i could do something like docker buildx create --from builders.yaml and then jump straight into building.
Description
I would like to use the multiplatform building in my CI but ideally i would like to predefine a config file for consistency rather that having to run
docker buildx create
and appending for platform types. It would be good if i could do something likedocker buildx create --from builders.yaml
and then jump straight into building.i.e.
The text was updated successfully, but these errors were encountered: