-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Add Darwin ARM64 build #8003
Comments
It stuck to "Building hugo" on a Mac mini m1. Is this normal? |
It's certainly not related to this particular issue, try https://discourse.gohugo.io/ |
Go currently does not have a builder for Darwin/arm64 https://github.com/golang/go/wiki/PortingPolicy#requirements-for-a-new-port using |
Would it be possible to add support for linux/arm64 for extended edition too? |
That should be doable, I think. Or, it would certainly be simpler than the topic title, with the new story of codesigning in the newest MacOS (which I suspect I need to wait until Go 1.16 to get out the door ...). My main challenge with the extended edition is that I somehow need to verify that my crossbuild setup is correct, meaning I need to run What runs linux/arm64? Is that Android? |
Raspberry Pi 4 with 8 GM RAM, and Android. 😄 |
@klakegg you timed that comment pretty good. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
So Hugo can be run on MacOS with M1 via Rosetta 2.
The text was updated successfully, but these errors were encountered: