Skip to content

Commit

Permalink
devops: start downloading firefox arm builds on Apple Silicon. (#5019)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Jan 14, 2021
1 parent 5dcb7bb commit 61b0dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/browserFetcher.ts
Expand Up @@ -104,7 +104,7 @@ function getDownloadUrl(browserName: BrowserName, revision: number, platform: Br
['mac10.14', '%s/builds/firefox/%s/firefox-mac-10.14.zip'],
['mac10.15', '%s/builds/firefox/%s/firefox-mac-10.14.zip'],
['mac11', '%s/builds/firefox/%s/firefox-mac-10.14.zip'],
['mac11-arm64', '%s/builds/firefox/%s/firefox-mac-10.14.zip'],
['mac11-arm64', '%s/builds/firefox/%s/firefox-mac-11.0-arm64.zip'],
['win32', '%s/builds/firefox/%s/firefox-win32.zip'],
['win64', '%s/builds/firefox/%s/firefox-win64.zip'],
]).get(platform);
Expand Down

0 comments on commit 61b0dbb

Please sign in to comment.