mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
parent
7a2d9df146
commit
f02b926245
@ -336,7 +336,7 @@ export class BrowserFetcher {
|
||||
}
|
||||
|
||||
// Use system Chromium builds on Linux ARM devices
|
||||
if (os.platform() !== 'darwin' && os.arch() === 'arm64') {
|
||||
if (os.platform() === 'linux' && os.arch() === 'arm64') {
|
||||
handleArm64();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user