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.