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

Mac Go install script doesn't support M1 macs #9981

Closed
popey opened this issue Oct 22, 2021 · 0 comments · Fixed by #9982
Closed

Mac Go install script doesn't support M1 macs #9981

popey opened this issue Oct 22, 2021 · 0 comments · Fixed by #9982
Labels
bug unexpected problem or unintended behavior platform/darwin

Comments

@popey
Copy link
Contributor

popey commented Oct 22, 2021

System info:

Telegraf master.
Apple M1 MacBook Air running MacOS

Steps to reproduce:

  1. Clone this repo
  2. Run scripts/installgo_mac.sh

Expected behavior:

Script should install Go.

Actual behavior:

Script exits because the architecture is incorrect (x86_64 vs arm64).

Additional info:

I have a tested PR to fix this.

@popey popey added the bug unexpected problem or unintended behavior label Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior platform/darwin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant