CircleCI-Public / browser-tools-orb

Quickly and easily install common browsers and browser testing tools on CircleCI
https://circleci.com/developer/orbs/orb/circleci/browser-tools
MIT License
23 stars 34 forks source link

does chrome really install on arm64? #87

Closed josh-m-sharpe closed 1 year ago

josh-m-sharpe commented 1 year ago

I've been trying to get chrome installed on cimg/ruby while running locally on M1 macbook. This orb suggests that chrome will install on arm64 (Because there is code here), but everything I've tried ends up with some architecture error, or is not actually installable.

Kinda just wondering if anyone has successfully run chrome on arm64

Thanks!

ryanbourdais commented 1 year ago

Hi @josh-m-sharpe there was a change in orb version 1.4.2 that removed chrome installations for arm64 as there is no support from google except for mac machines. That code was left in the chromedriver install in the case that this may change in the future.