Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download ARM Chromium builds on M1 Mac #48

Open
mjarkk opened this issue Apr 14, 2022 · 1 comment
Open

Download ARM Chromium builds on M1 Mac #48

mjarkk opened this issue Apr 14, 2022 · 1 comment

Comments

@mjarkk
Copy link

mjarkk commented Apr 14, 2022

On a M1 Mac the install script currently downloads a Intel (x86_64) build of chromium while there are arm builds available nowadays.

It would be nice if the install script downloaded the ARM version when using an M1 Mac.

@char8x
Copy link

char8x commented Aug 14, 2022

Update: forget it, I search the BrowserFetcher.ts,it is old or has been modified, the variable PUPPETEER_EXPERIMENTAL_CHROMIUM_MAC_ARM does not exist


@mjarkk I found this PUPPETEER_EXPERIMENTAL_CHROMIUM_MAC_ARM env variable in the v14 doc
image

Try this see if it helps

PUPPETEER_EXPERIMENTAL_CHROMIUM_MAC_ARM=true PUPPETEER_PRODUCT=chrome deno run -A --unstable https://deno.land/x/[email protected]/install.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants