You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker buildx bake --set target.platform+=linux/arm64 # appends 'linux/arm64' to the platform list
411
411
```
412
412
413
+
> [!NOTE]
414
+
>
415
+
> `--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.
416
+
> Array literal syntax like `--set target.tags=[a,b]` is not supported.
417
+
> The `platform` field is a special case. It also accepts a comma-separated list.
0 commit comments