added error and fix

This commit is contained in:
Shihaam Abdul Rahman 2023-09-30 16:37:47 +05:00
parent f75f439434
commit 1a95f6860e
Signed by untrusted user: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -2,11 +2,12 @@
## Multi-arch support ## Multi-arch support
- You maybe need to run this command to get buildx if you get this error - You maybe need to run this command to get buildx if you get this error
erro:
**Error:**
``` ```
exec /bin/sh: exec format error exec /bin/sh: exec format error
``` ```
fixing command: **Fixing command:**
```bash ```bash
docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
``` ```