Create missing buildx builder if missing automatically

This commit is contained in:
David Heinemeier Hansson
2023-01-11 17:24:32 +01:00
parent 1bb9fe9095
commit 543af475d5
3 changed files with 14 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ registry:
password: real-password
```
Now you're ready to deploy a multi-arch image (FIXME: currently you need to manually run `docker buildx create --use` once first):
Now you're ready to deploy a multi-arch image:
```
rake mrsk:deploy