mozilla / bedrock

Making mozilla.org awesome, one pebble at a time
https://www.mozilla.org
Mozilla Public License 2.0
1.18k stars 913 forks source link

https://www.mozilla.org/en-US/firefox/channel/desktop/#nightly doesn't show ARM64 builds #14503

Open JohanLorenzo opened 5 months ago

JohanLorenzo commented 5 months ago

Description

Found by @lissyx. Follows https://github.com/mozilla/bedrock/issues/14414 up. nightly.mozilla.org doesn't show the ARM64 builds even when running on a Linux ARM64 machine. See screencast below:

https://github.com/mozilla/bedrock/assets/5907366/1a2f1876-8ae5-40dc-bbcc-b22a03df336d

alexgibson commented 5 months ago

We can't accurately detect ARM architecture via user agent strings on the web today, as many browsers now freeze this information. If you want the ARM Linux builds you can click the "All Languages and platforms" link shown in the screen grab.

alexgibson commented 5 months ago

An alternative is we could replace Linux download button with a drop down selector, similar to the ones seen for Firefox mobile here: https://www.mozilla.org/en-US/firefox/

This could then include 32/64/ARM64 options.

alexgibson commented 4 months ago

@JohanLorenzo I filed a wider issue to help address this, which could also hopefully improve the Linux download flow across the site. Let me know if you have any thoughts / opinions: https://github.com/mozilla/bedrock/issues/14613

JohanLorenzo commented 4 months ago

@alexgibson, your proposal is great! Just for the record, Linux ARM64 doesn't ride the train, so it won't show up on beta and release soon. I'll keep you posted once we let it ride 🙂