Merge pull request #18077 from dvdksn/build/hb-fix-create-singleplatform

build: fix create single-arch builder cmd for hb
This commit is contained in:
David Karlsson 2023-08-31 12:34:50 +02:00 committed by GitHub
commit 73baf11c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,9 @@ To create a `linux/amd64` builder:
2. Create a builder that uses the `cloud` driver.
```console
$ docker buildx create --driver cloud --name hydrobuild <org>/<group>
$ docker buildx create --driver cloud --name hydrobuild \
--platform linux/amd64 \
<org>/<group>_linux-amd64
```
Replace `<org>` with the Docker organization, and `<group>` with the name