Skip to content

Commit 0094937

Browse files
authored
build: fix set note (#23581)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 3bb0bfd commit 0094937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/manuals/build/bake/overrides.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ $ docker buildx bake --set app.args.mybuildarg=bar --set app.platform=linux/arm6
216216
>
217217
> `--set` is a repeatable flag. For array fields such as `tags`, repeat `--set` to provide multiple values or use the `+=` operator to append without replacing.
218218
> Array literal syntax like `--set target.tags=[a,b]` is not supported.
219-
> The `platform` field is a special case. It also accepts a comma-separated list.
220219
221220
Pattern matching syntax defined in [https://golang.org/pkg/path/#Match](https://golang.org/pkg/path/#Match)
222221
is also supported:

0 commit comments

Comments
 (0)