Summary
The user is facing an incompatibility error while using Earthly on their MacBook Pro M3, which has an ARM64 architecture, while trying to build a development environment with x86_64 containers. They encounter warnings about architecture mismatch and connection reset failures. The typical setup involves using a native arm64 buildkit image to build amd64 images via emulation. The user mentions that their development environment is large, requiring them to build a sizable container with compilers and then run Earthly inside it to complete the environment. They confirm that the base image running Earthly is amd64 and express concerns about potential complications with emulation and building inside another container.