Skip to content

Instantly share code, notes, and snippets.

@gocs
Last active April 24, 2023 05:41
Show Gist options
  • Save gocs/febc27376cf3a1f3b5599d05223d18f2 to your computer and use it in GitHub Desktop.
Save gocs/febc27376cf3a1f3b5599d05223d18f2 to your computer and use it in GitHub Desktop.
golang for raspi 4 model b

question

what release should I use for my raspberry pi 4 model b?

$ uname -m
arm7l

or

$ uname -m
aarch64

answer

https://go.dev/dl/{{GOVERSION}}.linux-armv6l.tar.gz

I could not find exactly the armv7l go binary releases. So, I tried installing all available arm go binary releases And armv6l works

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