Closed
Description
I have just noticed that the Dockerfile pulls Rust and GCC toolchains for ARM platform along with x86_64. There are a few points why I find it cumbersome:
- The image size is noticeably affected.
- The popular libraries are only built for x86_64, thus the ARM target is not on par with x86_64.