Support Arm64 in docker package
Hi,
The current docker package isn't built for Arm64. Would it be possible to add support for multi-platform build?
Many thanks
there are no chrome builds for arm64 so I guess that'd be useless
Please forgive my ignorance, would you be able elaborate please? Chrome says they have native Arm support. What specific part doesn't support Arm?
Thanks
Please forgive my ignorance, would you be able elaborate please? Chrome says they have native Arm support. What specific part doesn't support Arm?
Thanks
I know chromium does have arm64 builds and that chrome is built for arm64 for windows but not for linux I think. Either way I tried running chrome downloaded by ulixee cloud on arm64 linux machine and it failed with "wrong executable format" or something alike.
I am seeing people say they are running Playwright on Linux Arm64 in Docker so it sounds like it should be possible. Might be something I am missing though.
From playwright release notes:
@EvoTechMike - @xzymxeqgmc is right, unfortunately. Playwright runs chromium, which does have arm builds. Chrome does not produce them for linux, and Chrome is what we use/emulate. You can point at a chromium build, but it doesn't contain a number of chrome features like widevine, as well as a number of other features.