Skip to content

Commit 4de2039

Browse files
committed
update
1 parent a5fac0f commit 4de2039

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +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 |
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. |
28+
| Parameter | Type | Default | Description |
29+
|------------------|---------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
30+
| `dest` | String | | Path to copy files to |
31+
| `platform-split` | Boolean | `true` | When using the local exporter with a multi-platform build, by default, a subfolder matching each target platform is created in the destination directory. Set it to `false` to merge files from all platforms into the same directory. |
3232

3333
## Further reading
3434

0 commit comments

Comments
 (0)