test-plans icon indicating copy to clipboard operation
test-plans copied to clipboard

multidim-interop: chromium-rust fails to build properly on Arm platforms

Open MarcoPolo opened this issue 2 years ago • 1 comments

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

MarcoPolo avatar Aug 21 '23 20:08 MarcoPolo

How does JS-libp2p solve this? I imagine it has the same issue.

thomaseizinger avatar Sep 04 '23 04:09 thomaseizinger