vultr-cli
vultr-cli copied to clipboard
[Feature] - ARM6 build for Raspberry Pi
This is a request to build vultr-cli for ARM6 (Raspberry Pi). I haven't been able to build it from source on that platform, unfortunately.
Thanks for your time!
Thanks for the request. Looking at this I'm seeing that goreleaser defaults to ARM 6 when not specified. We don't currently specify it in our config for goreleaser. I don't have a quick way to test it but based on that I'm wondering if the arm64 build will work. That said, seeing this listing makes me think it won't. Instead, I think we need to add just arm to the builds and it should default to v6.
Thanks @optik-aper ! I can confirm that the binary arm64 application does not run on the default (32-bit) version of Raspbian. Happy to help test on my Pi if it helps at all.
@inflatador Apologies for the delay on this but we just pushed a new release with an ARM6 build. If you want to try it out and let us know if it works that would be swell.
The new ARM6 binary is working on my Raspberry Pi! Thanks @optik-aper !