hi there .
question about building in Riscv64 arch… when I try to build an image with just build in riscv64 it will build fine until I get to mount point then it will complain that I need buildx installed to installed a mount points . then once I install buildx it will not get past the beginning stages as it tries to install node:20 image along with OS images ( debian :trixie) and fails because it can not find one that compatible with riscv64. and I can not figure out what calling the docker node image . is there away to disable buildx from calling this image . as i do have a script that will install nodejs binary into docker image as it will pull an unofficial riscv64 binaries from nodejs.com
I’m not sure if anyone understood the question, but based on the number of replies, possibly not. I don’t understand it either. Please show steps that can be (at least tried to) reproduced and exact error messages you got. Don’t forget to use code blocks so the shared log or code is readable. Tips here: How to format your forum posts
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.