Closed WadeBarnes closed 1 year ago
I don't have an Arm based MAC to test this on, so it would be nice if the changes could be tested by someone that does. Thanks
@andrewwhitehead — can you try this? Basically, on the current release, run:
./manage build; ./manage run
and it should fail. Get this PR and rerun and it should work.
I might get to it, but I use my Mac as a display machine only — all my development tools are on another machine. I’d rather not add a pile of things to this one...
Tested on M1 Mac, works as expected.
DOCKER_DEFAULT_PLATFORM=linux/amd64
to ensure docker uses amd64 emulation and uses the available base images.