diff --git a/content/build/hydrobuild.md b/content/build/hydrobuild.md index 054abf59aa..1b8fa861bf 100644 --- a/content/build/hydrobuild.md +++ b/content/build/hydrobuild.md @@ -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 / + $ docker buildx create --driver cloud --name hydrobuild \ + --platform linux/amd64 \ + /_linux-amd64 ``` Replace `` with the Docker organization, and `` with the name