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

arm builds? #18

Open
Bonehead5338 opened this issue Dec 6, 2020 · 1 comment
Open

arm builds? #18

Bonehead5338 opened this issue Dec 6, 2020 · 1 comment

Comments

@Bonehead5338
Copy link

Hi,

Is it possible to provide arm builds as part of the releases?

@bbugh
Copy link

bbugh commented Dec 3, 2021

It would be nice but in the mean time, you can build one yourself easily. If you don't have go installed you can use docker:

# Use whatever tag is latest
wget https://github.com/andreazorzetto/yh/archive/refs/tags/v0.4.0.tar.gz
tar vzxf v0.4.0.tar.gz
cd yh-0.4.0

# a. if you have go installed
go build
# b. if you don't have go installed
docker run -v ${PWD}:/src -w /src golang:latest go build

sudo mv yh /usr/local/bin

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