Skip to content

Commit a5fac0f

Browse files
committed
add platform-split parameter
1 parent 9fd335a commit a5fac0f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/manuals/build/exporters/local-tar.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ $ docker buildx build --output type=tar[,parameters] .
2525

2626
The following table describes the available parameters:
2727

28-
| Parameter | Type | Default | Description |
29-
| --------- | ------ | ------- | --------------------- |
30-
| `dest` | String | | Path to copy files to |
28+
| Parameter | Type | Default | Description |
29+
|------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
30+
| `dest` | String | | Path to copy files to |
31+
| `platform-split` | Boolean | `false` | With a multi-platform build, a subfolder matching each target platform is created in the destination directory. Set it to `true` to merge files from all platforms into the same directory. |
3132

3233
## Further reading
3334

0 commit comments

Comments
 (0)