-
Notifications
You must be signed in to change notification settings - Fork 93
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
Linux ARM64 support? #1
Comments
Note: This issue tracker is only for the code that lives in this repository, i.e. the dashboard + CLI scripts.
This is on our radar, and the relevant (unfortunately not public) tracking bug is https://bugs.chromium.org/p/chromium/issues/detail?id=1440652. |
Thank you @mathiasbynens for your prompt response! By any chance, do you have an approximate schedule for the release? |
No ETA. We’ll update this repository when the new binaries become available. |
Reopening to keep track of the FR but, again, the upstream is https://bugs.chromium.org/p/chromium/issues/detail?id=1440652 |
It'd be nice to have this so we can provide Docker images for ARM with Chrome instead of Chromium. |
@thiagowfx thanks for keeping this public issue open (the upstream issue gives me Permission Denied) |
Please let us know how we can help support this. |
Still no news ? |
I think it will take some time before we get an answer. In the meantime, can anyone share their experience with running the x86 Chrome with I was trying on Amazon Linux 2023 (Fedora/RHEL line), but without luck. Debian is not an option. |
ARM64 images for Linux would be very useful! We currently need to apply several workarounds to make it work. An option would be to switch to another headless browser, but if possible we'd like to stick with Chrome for testing, because overall it's really good! |
Would very much like this too. |
Github has just released ARM runners for Github Actions: https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/ Would be neat if Chrome for testing would provide a Linux ARM64 build for use with such runners. |
Chrome arm issue: GoogleChromeLabs/chrome-for-testing#1 browser-tools arm issue: CircleCI-Public/browser-tools-orb#73
@mathiasbynens any updates meanwhile? |
Unfortunately Chrome does not officially support |
@mathiasbynens Hiiii 👋 Do you think it's worth opening a CR bug to discuss the addition of linux-arm64 releases for Chrome? In terms of browser automation, Chrome is heavily used for by a large community of people. By using ARM64, those automation workloads could be run on lower wattage hardware, with less heat and emissions output, at a lower cost. Is it tenable for Chrome to run on arm64? |
@mathiasbynens Makes sense, but would you be willing to keep it open? It's the by far most upvoted issue in this tracker: And it will very likely be supported eventually anyway (it's not like ARM is going away anytime soon). |
Not only that, I have installed UTM on mac to test something on Debian, ARM64 version is only compatible with mac's recent version. Unfortunately it don't have chrome support so I have to install chromium to test. |
FWIW, I fully agree and am sympathetic to this cause.
For CfT specifically, there was an issue at https://crbug.com/40909440 which unfortunately resulted in the outcome described in my earlier comment. I encourage you to file a separate Chromium issue requesting |
FWIW Microsoft releases |
@mathiasbynens, thanks to your recommendation, I have logged an issue on Chromium. Everyone who wants to support Chrome arm64: Go star this issue |
Shouldn't be too much trouble. I’m already compiling arm64 binaries myself for usage on AWS Lambda. |
Thank you! I’ve added a link to the issue to the top post here as well, so hopefully more people can see and star it. |
FYI the linked issue has been marked as "Won't fix" in November: https://issues.chromium.org/issues/374811603#comment10 |
Update: Star this Chromium issue asking for official
linux-arm64
support.Hi, do you plan to add linux arm64 support?
I tried https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/113.0.5672.63/linux64/chrome-linux64.zip, but it seems like it's intended for x86_64 platform:
There is no
/lib64
directory in linux arm64, but just/lib
.Thanks!
The text was updated successfully, but these errors were encountered: