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

is there a version for arm? #143

Closed
gdonlyathw opened this issue Mar 27, 2020 · 2 comments
Closed

is there a version for arm? #143

gdonlyathw opened this issue Mar 27, 2020 · 2 comments

Comments

@gdonlyathw
Copy link

is there a version for arm?
if not, how do i to build for arm?

@jhump
Copy link
Contributor

jhump commented Mar 27, 2020

Not currently. You can build one using the Go compiler's cross-compile support. If you are building on an arm device, you can just get this repo and run make install (requires having Go installed first). If you are building on another machine and targeting arm, set your GOOS and GOARCH environment variables and then run make install. That will enable Go's cross-compiler support. (See more details in this old blog post: https://dave.cheney.net/2015/08/22/cross-compilation-with-go-1-5)

@jhump
Copy link
Contributor

jhump commented Apr 30, 2021

Addressed in a contribution #220

And now the first release is available that includes a pre-built arm64 binary: v1.8.1

@jhump jhump closed this as completed Apr 30, 2021
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