Closed iamdavidcz closed 3 years ago
Hi, I build the arm binaries on one of my local RPi systems (while the Linux/Windows/MacOS binaries are built by CI provider appveyor on their machines). As I do not have any 64 bit RPi I provide only the 32 bit binaries. But if you have a native 64 bit RPi system and follow the Linux build instructions it would not be too difficult to roll your own version. You can use the provided scripts LinuxSetup_AsRoot
and LinuxBuild
.
Might be time to reopen this,
Do you have a 64bit RasPi? Just follow my advice above.
I do, however, it might be nice to see if your CI can now build those images. As im sure there are folks who not as capable as I am
if your CI can now build those images
My CI (GitHub Runner) creates Linux, MacOS and Windows packages. The RasPi and FreeBSD packages are created on my desk at home using a virtual FreeBSD and a real RasPi3 with a 32bit operating system. I do not have a RasPi with a 64bit operating system. I only use Linux for all my development - so all other operating systems are a free gift to the community with no benefit to me. If you could provide a simple solution, I would be very grateful.
I understood. Yeah, the latest version of rPi OS is 64bit; however, for Debian, at least, we don't need to build on a Raspberry Pi to get an arm version. GitHub Actions can build Debian packages for ARM, https://github.com/pi-top/debian-package-build-action
Hi @Ho-Ro
It would great to have aarch64 .deb file as well since now Raspberry Pi OS supports 64-bit :)
Thanks!