-
Notifications
You must be signed in to change notification settings - Fork 382
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: armv8 support #368
Comments
Yeah, we are only building it for Linux amd64 |
Note: Electron does build on Arm, https://www.electronjs.org/docs/tutorial/support#linux but we just never had any requests for it to justify another build for Cypress |
Well here's one! 😆 |
Understood @vegerot - here is the principal issue for building Cypress on Arm cypress-io/cypress#4478 |
The main issue is that GitHub CI doesn't support it? |
We would need to build the test runner on CI That supports it
…Sent from my iPhone
On Sep 15, 2020, at 19:19, Max Coplan ***@***.***> wrote:
The main issue is that GitHub CI doesn't support it?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
ARM support would be a godsend. We are running a project in university and using Raspberry Pis as CI runners. Now I have to switch e2e tools (again) :c |
We have a GitLab Runner with a config like
When we get to the build stage (or any stage), I get the following error:
Am I doing something wrong with my config, or is Arm not supported?
The text was updated successfully, but these errors were encountered: