Merge pull request #21447 from vladdoster/patch-1

fix: multi-platform build command for Neovim example
This commit is contained in:
David Karlsson 2024-11-18 09:19:37 +01:00 committed by GitHub
commit 4e8c1006fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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