Implements the Docker.Command behaviour for docker buildx build.
Extended build with multi-platform, cache, and output options.
Summary
Types
@type t() :: %Docker.Commands.Builder.Build{ build_args: term(), builder: term(), cache_from: term(), cache_to: term(), context: term(), extra_args: term(), file: term(), labels: term(), load: term(), no_cache: term(), output: term(), platforms: term(), pull: term(), push: term(), tags: term(), target: term() }