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

fix: Allow for non x86 macs in Go install script #9982

Merged
merged 2 commits into from
Oct 25, 2021
Merged

fix: Allow for non x86 macs in Go install script #9982

merged 2 commits into from
Oct 25, 2021

Commits on Oct 22, 2021

  1. Allow for non x86 macs

    New macs have arm64 processors. This PR simply modifies the helper script to install the correct architecture build of go on an arm64 (so-called M1/M1 Max/M1 Pro) Apple computer.
    popey authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b959af8 View commit details
    Browse the repository at this point in the history
  2. Update installgo_mac.sh

    popey authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    e63ad30 View commit details
    Browse the repository at this point in the history