fix: multi-platform build command for Neovim example

This commit is contained in:
vladislav doster 2024-11-17 21:50:15 -06:00 committed by GitHub
parent 92d07a048e
commit b9683981ef
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 \ $ docker build \
--builder <cloud-builder> \ --builder <cloud-builder> \
--platform linux/amd64,linux/arm64 \ --platform linux/amd64,linux/arm64 \
--output ./bin --output ./bin .
``` ```
This command builds the image using the cloud builder and exports the This command builds the image using the cloud builder and exports the