armv7l
hurricanehrndz opened this issue · 9 comments
Any chances we can get an arm build?
First musl should be compiled for arm too, http://wiki.musl-libc.org/wiki/Getting_started#Building_a_cross_compiler_targeting_musl_libc. And then build skarnet software in it which I don't know if it's possible or not. Although, the best place to ask these questions is the supervision list.
Do you have something concrete in mind? Maybe for buildroot or something like that?
Well, I will give it a shot and report back. I am using qemu with linaro vexpress images as my build environment, running Ubuntu of course, no cross compiling.
The results will be used for docker images being deployed to arm devices.
If I'm using this for docker only, I only need the portable packages, right?
If you're using s6-overlay
, yes
, u just need the portable items
.
Awesome, I got it compiled with minimal effort. Thanks so much. If you like I can document the process.
All the packages say amd64, but that's because that's how it was hard coded. Kind of funny.
Awesome, I got it compiled with minimal effort. Thanks so much. If you like I can document the process.
I will really appreciate it! Having a arm-compatible version would be an interesting move toward container-capable embedded systems!
Thanks! 👍