Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prebuilt binaries for arm (raspberry and company) #36

Open
m040601 opened this issue Jan 28, 2021 · 1 comment
Open

prebuilt binaries for arm (raspberry and company) #36

m040601 opened this issue Jan 28, 2021 · 1 comment

Comments

@m040601
Copy link

m040601 commented Jan 28, 2021

First of all thank you for your work in this project and especially the thought of releasing the prebuilt binaries

I suppose you have or are using some kind of automated infrastructure or service to do this ( goreleaser ? github actions), so I think this request wouldn't be too much of an extra effort.

But it would be extremely usefull, for getting webtty on tiny less powerfull computers , SBC boards etc. Think of Raspberrry Pi and alike. It's not practical to download the entire Go chain infrastructure and build on them.

I also know it can be cumbersome to support "all" of arm architectures . Should it be arm5 or armv6 or ... ?

But I've seen from other (go) projects that do this, that usually all it takes is one single arm binary for not 64bit arm (raspberry 2 and zero ) and one for 64bit arm (aarch64 armv8, raspberry 4 ) . Go projects 99% of the time run wonderfully on all them.

So I would like to request if you could provide this.
If a "universal" not 64 bit binary not possible, then at least an armv7h binary for the Raspberry Pi 2.

@Sean-Der
Copy link
Collaborator

Hey @m040601

I would be happy to add more builds! We are using goreleaser

Would you mind making a PR against the .goreleaser.yml or linking to a project that has builds for all the platforms you need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants