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
The issue is that the rust builder is an ARM image (correctly), but the runner is only amd64 (https://hub.docker.com/r/selenium/standalone-chrome/tags), so it builds an arm binary that fails to run on the selenium container.
The text was updated successfully, but these errors were encountered:
MarcoPolo
changed the title
multidim-interop: chromium-rust fails to build properly on ARM platforms
multidim-interop: chromium-rust fails to build properly on Arm platforms
Aug 21, 2023
The issue is that the rust builder is an ARM image (correctly), but the runner is only amd64 (https://hub.docker.com/r/selenium/standalone-chrome/tags), so it builds an arm binary that fails to run on the selenium container.
cc @mxinden
The text was updated successfully, but these errors were encountered: