building for armel with custom image #1296
-
I ran into an issue where I don't know exactly if that's a user error (I'm fairly new to rust and not super experienced with cross compiling) or if this is maybe more of an oversight. The container image for the architecture I'm trying to target ( I wonder what my options are here and if I'm missing something. Wouldn't it be better (if kind of inconvenient for maintainers) to base the docker image on a system (like mainline Debian) that still has packages built for the architecture? Does that mean that I need to create my own image (Which I guess would be somewhat doable but would mean I'd need to replicate a lot of code from here)? Maybe such images exist somewhere already? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could definitely try debian, infact shouldn't be hard. See this wiki entry |
Beta Was this translation helpful? Give feedback.
You could definitely try debian, infact shouldn't be hard.
See this wiki entry