When using
export DOCKER_DEFAULT_PLATFORM=linux/amd64
The tests hang.
Disabling Rosetta allow the tests to continue, but are too slow to pass successfully.
Apparently, amd64 is best effort on "best effort" only in Docker on M based Macbooks.
See: https://docs.docker.com/desktop/troubleshoot-and-support/troubleshoot/known-issues/
See: docker/for-mac#6998
The correct fix is to add ARM64 support.
When using
The tests hang.
Disabling Rosetta allow the tests to continue, but are too slow to pass successfully.
Apparently, amd64 is best effort on "best effort" only in Docker on M based Macbooks.
See: https://docs.docker.com/desktop/troubleshoot-and-support/troubleshoot/known-issues/
See: docker/for-mac#6998
The correct fix is to add ARM64 support.