armv7l executable not available in release?

So, hello everyone, I’m trying to install Exercism CLI on my system, when i run uname -m, the result is:

armv7l

but, when i trying to download the executable from the release page, it doesn’t exist?, am i have to build it myself from the source?

my system is:

  • Arch Linux ARM
    note
    it runs in Termux PRoot environment

Yeah. You’ll probably need to build it yourself. The releases cover common platforms and is not extensive.

@ErikSchierboom would this be as simple as adding a new arm version in the goreleaser config?

Probably, yes.