Open pjlamb12 opened 2 years ago
I just tried to run a container with the image on an m1 pro chip and it didn't work. Need to figure out what to change to get it working again.
I now know that the following argument solves this:
--platform linux/amd64
But what I don't know is how to automate building the image in a way that it would support the Apple silicon chips but also other machines.
I just tried to run a container with the image on an m1 pro chip and it didn't work. Need to figure out what to change to get it working again.