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

[REQUEST] ARM support on lambda #298

Open
nmatteiperformline opened this issue Aug 28, 2023 · 1 comment
Open

[REQUEST] ARM support on lambda #298

nmatteiperformline opened this issue Aug 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nmatteiperformline
Copy link

What would you like to have implemented?

ARM support for lambda would be useful. The function runs on amd64 just fine with the sample code, however swapping the arch to arm64 runs the function but it won't launch the browser. It exits early cleanly from the finally block, but doesn't run anything in the try/catch

Not a huge issue, but this would be a nice add.
Thank you.

@nmatteiperformline nmatteiperformline added the enhancement New feature or request label Aug 28, 2023
@ostaplisovyj
Copy link

I believe the problem is missing chrome binaries for arm64 architecture. This should be a known issue for quite a while, but it seems like there aren't many updates on this topic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants