You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue with Dockerdesctop 4.21.1 with Docker 24.0.2.
In the documentation there was a hint to install rosetta (not mandatory since Dockerdesktop 4.3.0). So I tried:
softwareupdate --install-rosetta
After starting with an empty folder, cloning the latest version of kuard and change in the Dockerfile amd64 to arm64 docker build and run worked es described in the readme file.
Context:
docker build -t kuard .
Got the following error:
executor failed running [/bin/sh -c build/build.sh]: exit code: 2
Any help is appreciated thank you
The text was updated successfully, but these errors were encountered: