darkhz / invidtui

A TUI based Invidious client
MIT License
191 stars 6 forks source link

REQUEST: Provide binaries also for 32 bit arm #3

Closed m040601 closed 2 years ago

m040601 commented 2 years ago

Very nice and important that you remembered to provide precompiled binaries. Please keep it that way. Not everyone wants to constantly download 500 mega of Go just to test a project.

You already provide binaries for aarch64 (arm64). That's for example the Raspberry Pi 4 and 3 etc.

But you're leaving out a lot of perfectly capable devices, like the raspberry pi zero, 1 , 2 and a lot of arm chromebooks.

I'm not an expert in this. But as I see other projects doing, you only need to worry about 2 arm binaries:

Thanks in advance.

darkhz commented 2 years ago

Excellent suggestion, I will add arm32 to the list of compile targets in the next release

darkhz commented 2 years ago

@m040601 currently only armv6 binaries are supported, I forgot to add custom goarm requirements in the goreleaser configuration. I will do that in the next release.

darkhz commented 2 years ago

Fixed with v0.1.6