From f6699c968ec7e6340b2cd1eb4b93394570964329 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 20 Oct 2025 09:58:46 +0100 Subject: [PATCH] build: fix set note --- content/manuals/build/bake/overrides.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/manuals/build/bake/overrides.md b/content/manuals/build/bake/overrides.md index 3dac755e546e..1a34411e0c4e 100644 --- a/content/manuals/build/bake/overrides.md +++ b/content/manuals/build/bake/overrides.md @@ -216,7 +216,6 @@ $ docker buildx bake --set app.args.mybuildarg=bar --set app.platform=linux/arm6 > > `--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. > Array literal syntax like `--set target.tags=[a,b]` is not supported. -> The `platform` field is a special case. It also accepts a comma-separated list. Pattern matching syntax defined in [https://golang.org/pkg/path/#Match](https://golang.org/pkg/path/#Match) is also supported: