Skip to content

Commit e77fb9f

Browse files
committed
Update DEPLOYMENT.md with more precise docker instructions for multi-platform builds (for those deploying from Ubuntu for example)
1 parent 6774c67 commit e77fb9f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/DEPLOYMENT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,15 @@ uname -m
228228

229229
If the output is `x86_64` (not `aarch64` or `arm64`), run these commands:
230230

231-
1. **Enable Docker buildx and create a multi-platform builder:**
231+
1. **Install QEMU for ARM64 emulation:**
232232
```bash
233-
docker buildx create --use --name multiarch --driver docker-container
234-
docker buildx inspect --bootstrap
233+
docker run --privileged --rm tonistiigi/binfmt --install all
235234
```
236235

237-
2. **Install QEMU for ARM64 emulation:**
236+
2. **Enable Docker buildx and create a multi-platform builder:**
238237
```bash
239-
docker run --privileged --rm tonistiigi/binfmt --install all
238+
docker buildx create --use --name multiarch --driver docker-container
239+
docker buildx inspect --bootstrap
240240
```
241241

242242
3. **Verify ARM64 support is available:**

0 commit comments

Comments
 (0)