Docker Build & Deploy Fail on Apple M1

Docker on m1 is really buggy with x86_64 images. About 50% of our test runs crash with that qemu segfault.

The --remote-only command should work, though. Will you try stopping Docker entirely and then run:

LOG_LEVEL=debug fly deploy --remote-only
1 Like