mirror of https://github.com/docker/docs.git
fix: multi-platform build command for Neovim example
This commit is contained in:
parent
92d07a048e
commit
b9683981ef
|
@ -342,7 +342,7 @@ Steps:
|
|||
$ docker build \
|
||||
--builder <cloud-builder> \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
--output ./bin
|
||||
--output ./bin .
|
||||
```
|
||||
|
||||
This command builds the image using the cloud builder and exports the
|
||||
|
|
Loading…
Reference in New Issue