puppeteer/src/node
Marvin Hagemeister c239d9edc7
feat(launcher): fix installation error on Apple M1 chips (#7099)
* feat(launcher): fix installation error on Apple M1 chips

The previous logic assumed that an arm64 arch is only available in Linux. WIth Apple's arm64 M1 Chip this assumption isn't true anymore.

Currently there are no official macOS arm64 chromium builds available, but we can make use of the excellent Rosetta feature in macOS which allows us to run x86 binaries on M1.

Once native macOS arm64 Chromium builds are available we should switch to those.

Issue: #6622
Co-authored-by: Mathias Bynens <mathias@qiwi.be>
2021-04-19 09:00:43 +02:00
..
BrowserFetcher.ts feat(launcher): fix installation error on Apple M1 chips (#7099) 2021-04-19 09:00:43 +02:00
BrowserRunner.ts chore: enable unit tests for Firefox on Windows (#6895) 2021-03-05 09:00:56 +00:00
install.ts feat(launcher): fix installation error on Apple M1 chips (#7099) 2021-04-19 09:00:43 +02:00
Launcher.ts feat(launcher): fix installation error on Apple M1 chips (#7099) 2021-04-19 09:00:43 +02:00
LaunchOptions.ts fix: improve TS types for launching browsers (#6888) 2021-02-16 09:39:31 +00:00
NodeWebSocketTransport.ts chore(agnostification): agnostify web socket connections (#6520) 2020-10-19 10:32:41 +01:00
PipeTransport.ts chore: enforce file extensions on imports (#6202) 2020-07-13 10:22:26 +01:00
Puppeteer.ts fix: improve TS types for launching browsers (#6888) 2021-02-16 09:39:31 +00:00