-
Notifications
You must be signed in to change notification settings - Fork 57
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
Arm64 vs aarch64 - better to host a curl.sh #205
Comments
Ok.. found usage of releaselab installs, |
curl -fsSL https://github.com/release-lab/install/raw/v1/install.sh | bash -s -- -r=abice/go-enum -v=v0.5.6 -e=go-enum |
release lab script also wont work since the file name is not normalized |
Found a similar ticket is closed without a fix.. yes.. I can tweak it.. better to do a simple naming convention as per the std, and you can add the following install line to the document for all linux and unix systems, and for windows there is a power shell command script from realease-lab which will work well.
|
curl https://i.jpillora.com/abice/[email protected] | bash This is something working way to install this repo |
Wont work always, some linux distros are having aarch64 isntead of arm64 for the uname -m
curl -fsSL "https://github.com/abice/go-enum/releases/download/$(GO_ENUM_VERSION)/go-enum_$(uname -s)_$(uname -m)" -o go-enum
The text was updated successfully, but these errors were encountered: