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

Not working in Raspbian OS #63

Open
shrinidhi111 opened this issue Apr 28, 2022 · 1 comment
Open

Not working in Raspbian OS #63

shrinidhi111 opened this issue Apr 28, 2022 · 1 comment

Comments

@shrinidhi111
Copy link

uname -m for this OS gives me i686.

But since there is no https://go.dev/dl/go1.18.1.linux-i686.tar.gz, the download and installation failed.

Upon installing golang via snap, the go ver showed me that it is actually 386 architecture.

So are they both the same 🤔

Anyhow, I removed the snap version, manually set arch to 386 and ran the script and everything is working as expected.

https://go.dev/dl/go1.18.1.linux-386.tar.gz

@canha canha closed this as completed in 2bb9d3b Jul 14, 2023
@canha
Copy link
Owner

canha commented Jul 14, 2023

I've made a change to basically redirect that i686 arch to the 386 release. Could you let me know if it works as expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants