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

Firefox script installs x86_64 regardless of actual architecture #211

Open
alexsavage opened this issue Sep 15, 2024 · 0 comments
Open

Firefox script installs x86_64 regardless of actual architecture #211

alexsavage opened this issue Sep 15, 2024 · 0 comments

Comments

@alexsavage
Copy link

Description

The Firefox installation script always downloads from a URL for the x86_64 tarball:

FF_URL=http://releases.mozilla.org/pub/firefox/releases/$FF_VERS/linux-x86_64/en-US/firefox-$FF_VERS.tar.bz2

Impact

Firefox does not run when the image is built for other targets, such as arm64.

Suggested solutions

  • Use distribution-specific packages for Firefox (as with Chromium) when there is no binary tarball for the current architecture on releases.mozilla.org, or
  • Omit Firefox from the image altogether if not targeting x86_64 to reduce installed size and not have an unusable desktop icon
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

1 participant