From 399af8eeb9744dbde64f74d570b7988ed6d82139 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:17:56 +0200 Subject: [PATCH] docs: fix bake set flag note Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- docs/reference/buildx_bake.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/buildx_bake.md b/docs/reference/buildx_bake.md index 8a0cfdcd0..a7ab10edc 100644 --- a/docs/reference/buildx_bake.md +++ b/docs/reference/buildx_bake.md @@ -412,9 +412,10 @@ $ docker buildx bake --set target.platform+=linux/arm64 # appends 'linux/arm64' > [!NOTE] > -> `--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. +> `--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. You can override the following fields: