test-plans
test-plans copied to clipboard
multidim-interop: chromium-rust fails to build properly on Arm platforms
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
How does JS-libp2p solve this? I imagine it has the same issue.