Feature request: Compile for ARMV6
ragusa87 opened this issue · 1 comments
ragusa87 commented
It would be great to compile this app for ARMv6 too, as it's used by the (old) raspberry pi (Ex: Raspberry Pi Model B Rev 2)
cat /proc/cpuinfo | grep -i arm
model name : ARMv6-compatible processor rev 7 (v6l)
./kepubify-linux-arm
Illegal instruction
(Works if you compile it with GOARM=6 GOARCH=arm)
ragusa87 commented
Thanks ;)