vultr-cli icon indicating copy to clipboard operation
vultr-cli copied to clipboard

[Feature] - ARM6 build for Raspberry Pi

Open inflatador opened this issue 3 years ago • 2 comments

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!

inflatador avatar Aug 05 '22 18:08 inflatador

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.

optik-aper avatar Aug 05 '22 19:08 optik-aper

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 avatar Aug 12 '22 13:08 inflatador

@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.

optik-aper avatar Oct 04 '22 20:10 optik-aper

The new ARM6 binary is working on my Raspberry Pi! Thanks @optik-aper !

inflatador avatar Oct 06 '22 12:10 inflatador