libp2p / test-plans

Interoperability tests for libp2p
https://libp2p.io
Other
52 stars 43 forks source link

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

Open MarcoPolo opened 1 year ago

MarcoPolo commented 1 year ago

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

thomaseizinger commented 1 year ago

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