How to troubleshoot this docker buildx build mkdir -p error on m1 arm64 with target linux/amd64?
I am running docker and docker-compose on my arm64 mac and building one image for linux/amd64 target. I run the following command: docker buildx build -f /Users/k/Desktop/project/Dockerfile --platform linux/amd64 --output type=docker --build-arg BUILD_ENV=production --build-arg NEWRELIC_LICENCE=magic --pull -t 2332.dkr.ecr.eu-central-1.amazonaws.com/project:prod-dfsksfdjkfdjfsdkjfsdk /Users/k/Desktop/project and…