rhysd / hgrep

Grep with human-friendly search results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Pre-compiled binary for linux-arm64

4513ECHO opened this issue · comments

Could you release binary for linux with arm64(aarch64) architecture?
Thank you.

I added Linux AArch64 build to the release job on linux-aarch64 branch. Can you download the built binary and check if hgrep --version works fine on your AArch64 Linux machine?

https://github.com/rhysd/hgrep/suites/6187952685/artifacts/217716050

If it works, I'll merge the branch and release a new version of hgrep.

$ ~/hgrep-v0.0.0-aarch64-unknown-linux-gnu/hgrep --version
hgrep 0.2.4

OK, It works correctly.

Thank you for confirming that.