Add a new option -a to the build script to allow the user to compile for arm32v7 architecture as well as amd64. If -a flag is omitted amd64 is still the default.
To test I've build with the -a arm32v7 on my Ubuntu 18.04 laptop and successfully installed and am running the result on my raspberry pi 4, running a 32-bit version of DietPi (Debian).
I saw there was an open issue (#12) for armhf support and a fork that seemed to work to I thought I'd create a PR, inspired by that fork. Have a look and see if it might be something for this project.
Add a new option
-a
to the build script to allow the user to compile for arm32v7 architecture as well as amd64. If-a
flag is omitted amd64 is still the default.To test I've build with the
-a arm32v7
on my Ubuntu 18.04 laptop and successfully installed and am running the result on my raspberry pi 4, running a 32-bit version of DietPi (Debian).I saw there was an open issue (#12) for armhf support and a fork that seemed to work to I thought I'd create a PR, inspired by that fork. Have a look and see if it might be something for this project.