dip provision does not work on Apple M1 Silicon
peterberkenbosch opened this issue · 3 comments
Leaving this here for reference.
Trying to setup better testing, (the chrome docker image does not work yet either, but that's another story).. running into the following compiling error for grpc
https://gist.github.com/peterberkenbosch/29327c35fbeb7bede2209d51696990ae
Hi, @peterberkenbosch thanks for the issue report! I've run dip provision
on the mac with M1, and it works ok. The only thing, I've increased docker memory limits so that it might be the case. Or it's just been fixed since February =)
Sweet! I'll try this again.
The provisioning works perfectly indeed. The last hurdle is to have a working headless browser for the system specs. The browserless/chrome image is not functional on M1 just yet, also see: browserless/browserless#1393