We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My operating system doesn't match any of the available binary releases. How do I compile from source using go build?
go build
The text was updated successfully, but these errors were encountered:
We use gox with the following command:
gox -os "<OS>" -arch "<ARCH>" -output "fetch" -ldflags "-X main.VERSION=<VERSION>"
For example:
gox -os "linux" -arch "amd64" -output "fetch" -ldflags "-X main.VERSION=v0.1.1"
What OS are you on?
Sorry, something went wrong.
Thanks @brikis98! I'm using a Chromebook with armv7l architecture.
What about documenting that in README.md ?
+1. PR welcome to add it to the docs 👍
No branches or pull requests
My operating system doesn't match any of the available binary releases. How do I compile from source using
go build
?The text was updated successfully, but these errors were encountered: