You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build and push linux/arm64 flavoured docker images.
Motivation
Many workloads are shifting to arm64. ARM is proving to have better price/performance than other architectures. Most mobile platforms and so many browsers are also now build for and on ARM. Docker for Mac now runs on Apple's new ARM silicon and can run linux/arm64 images. AWS Graviton2 machines are also linux/arm64, and are popular choices for workloads including CI/CD, which make use of Selenium — this is our motivation for wanting ARM images.
Example
Some dependencies are already available in arm64, I think. Here's a branch I started to try it out, and it's not far off:
I'd be happy to help, if it would be accepted! 🙇🏻♂️
Edit: I think this is harder than first imagined. It's possible in Debian using chromium and firefox, but upstream browsers don't seem to be available for arm64 natively yet.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
🚀 Feature Proposal
Build and push linux/arm64 flavoured docker images.
Motivation
Many workloads are shifting to arm64. ARM is proving to have better price/performance than other architectures. Most mobile platforms and so many browsers are also now build for and on ARM. Docker for Mac now runs on Apple's new ARM silicon and can run linux/arm64 images. AWS Graviton2 machines are also linux/arm64, and are popular choices for workloads including CI/CD, which make use of Selenium — this is our motivation for wanting ARM images.
Example
Some dependencies are already available in arm64, I think. Here's a branch I started to try it out, and it's not far off:
trunk...sj26:arm64
I'd be happy to help, if it would be accepted! 🙇🏻♂️
Edit: I think this is harder than first imagined. It's possible in Debian using chromium and firefox, but upstream browsers don't seem to be available for arm64 natively yet.
The text was updated successfully, but these errors were encountered: