From 1a95f6860e0add9288978625f175f244465a9a9f Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 30 Sep 2023 16:37:47 +0500 Subject: [PATCH] added error and fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f28e95..bd40e6d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ ## Multi-arch support - You maybe need to run this command to get buildx if you get this error -erro: + +**Error:** ``` exec /bin/sh: exec format error ``` -fixing command: +**Fixing command:** ```bash docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 ```