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

Idk why it doesn't launch? #6

Open
notime-coder opened this issue Jul 9, 2021 · 1 comment
Open

Idk why it doesn't launch? #6

notime-coder opened this issue Jul 9, 2021 · 1 comment

Comments

@notime-coder
Copy link

Idk how to launch it in Termux, probably used launch like in closed issue +-1 month ago but i see only this message.
Screenshot_20210709-161505

@Narasimha1997
Copy link
Owner

Narasimha1997 commented Jul 9, 2021

It won't.

Because you are running on an ARM based platform, but the binary is compiled to run on x86 machine. Just run arch command on the target hardware to know your platform ISA. Then clone the repository on a system where Go is installed. Export GOARCH env to make go generate binary for the target platform, then use it.

Here is a guide of how to do cross compilation using GOARCH env variable.

https://opensource.com/article/21/1/go-cross-compiling

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