pjlamb12 / docker-sqlserver-fts

0 stars 0 forks source link

Support Mac M1 Chip #2

Open pjlamb12 opened 2 years ago

pjlamb12 commented 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.

pjlamb12 commented 1 year ago

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.