# `Docker.Commands.Builder.Build`
[🔗](https://github.com/joshrotenberg/docker_wrapper_ex/blob/v0.1.2/lib/docker/commands/builder/build.ex#L1)

Implements the `Docker.Command` behaviour for `docker buildx build`.

Extended build with multi-platform, cache, and output options.

# `t`

```elixir
@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()
}
```

# `build_arg`

# `builder`

# `cache_from`

# `cache_to`

# `file`

# `label`

# `load`

# `new`

# `no_cache`

# `output`

# `platform`

# `pull`

# `push`

# `raw`

# `tag`

# `target`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
