File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,15 +228,15 @@ uname -m
228228
229229If 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
2422423. **Verify ARM64 support is available:**
You can’t perform that action at this time.
0 commit comments