-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
make build always finish with error #2262
Comments
It seems that the minimum go version is 1.18 as described in the agent documentation : https://docs.shellhub.io/developers/agent/installing#installing-from-source-code |
I've updated go, but I've got the same error.
Shellhub version 0.10.3 as of https://docs.shellhub.io/self-hosted/deploying |
@likid, I believe you need to install the |
It's already installed
|
Could you try to install a 1.19.x version of go ? |
I guess you are trying to build the ShellHub server on an unsupported architecture. The |
same error with go 1.19 docker images are available only for AMD64 arch, not for ARM64, so I have to build them. |
ShellHub Server: does not support architectures other than AMD64 (if you want to implement this go ahead) |
FYI, Although it is not supported, I managed to run shellhub agent binary on old 386 host. |
I'm trying to build in an arm64 machine, but I always get the same error:
The text was updated successfully, but these errors were encountered: