Skip to content

Instantly share code, notes, and snippets.

View acoutts's full-sized avatar

Andrew Coutts acoutts

View GitHub Profile
@acoutts
acoutts / Compile_Go_for_Apple_Silicon_M1.md
Created December 13, 2020 16:09 — forked from Dids/Compile_Go_for_Apple_Silicon_M1.md
Compile Go for Apple Silicon (M1)

Compile Go for Apple Silicon (M1)

Follow these short instructions on how to compile Go for Apple Silicon (M1). From here on out, we may simply refer to it as the "ARM device".

This entire process should only take about 5-10 minutes, but please read through everything carefully, in order to avoid any potential issues along the way.

Note that at the time of writing this, Go was not yet officially available for Apple's ARM.

Additionally it should be noted that this guide expects you to only be working on the ARM device, and not to have Go installed (yet).