mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
fix: multi-platform build command for Neovim example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user