From b27a88676d5a276c9ef73beef1f9ba2add427110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 21 Sep 2022 02:34:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5334329..358601a 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ volumes: ##### Building only for the architecture you are building the image on (when building on Raspberry Pi result will be `arm64`, when on pc result will be `amd64`) `docker-compose build` -##### Building for all supported architectures (you have to have your environment setup for emulation of arm64 with `qemu`) - you have to push to DockerHub +##### Building for all supported architectures (you have to have your environment setup for emulation of arm64 with `qemu` and build it on `amd64`) - you have to push to DockerHub `docker buildx build --push --platform linux/arm64,linux/amd64,linux/386 .` #### 3. Create and start the container