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

FR: Provide arm binaries in release #196

Closed
issmirnov opened this issue Aug 14, 2018 · 3 comments · Fixed by #203
Closed

FR: Provide arm binaries in release #196

issmirnov opened this issue Aug 14, 2018 · 3 comments · Fixed by #203
Labels
help wanted Extra attention is needed packaging/tooling
Milestone

Comments

@issmirnov
Copy link
Contributor

Hello,

First of all, thank you for a wonderful project - this is by far my favorite colorizer. I have a small request - currently setting up a raspberry pi for some dev work, and found that there are no arm builds provided in the releases. If your release tooling is automated enough, could you add a line to build arm7?

Normally I'd compile it myself, but installing cargo on the pi and trying to build on it would be quite slow.

Thanks again!

@sharkdp sharkdp added help wanted Extra attention is needed packaging/tooling labels Aug 18, 2018
@sharkdp
Copy link
Owner

sharkdp commented Aug 18, 2018

Thank you for the feedback and your request!

Adding arm7 as a target on Travis is not straightforward since we need to cross-compile. However, I think we should be able to use something very similar to what has been done for ripgrep (most of these changes will probably not be needed for bat): BurntSushi/ripgrep#715

See also this similar request for my fd project: sharkdp/fd#244

@sharkdp sharkdp added this to the v0.5.0 milestone Aug 19, 2018
@sharkdp
Copy link
Owner

sharkdp commented Aug 19, 2018

The new version bat 0.5 includes pre-built binaries for ARMv7.

@issmirnov
Copy link
Contributor Author

Thank you!! This is fantastic :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed packaging/tooling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants