It's not right now very easy to build w/this Makefile for Apple silicon. You need to pass a --platform linux/amd64 flag, both to build the images and to use them to test locally.
Right way to support this that
doesn't demand a configuration step
doesn't demand another flag every time you want to use it
It's not right now very easy to build w/this Makefile for Apple silicon. You need to pass a
--platform linux/amd64
flag, both to build the images and to use them to test locally.Right way to support this that