You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hi,
Is it possible to provide arm builds as part of the releases?
The text was updated successfully, but these errors were encountered: