-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
ARM64 version of Hugo not installed on Apple silicon Mac #123
Comments
This is actually very strange as I today noticed similar problems.
First: ./node_modules/hugo-bin/vendor/hugo Then: file ./node_modules/hugo-bin/vendor/hugo So it seems there is a possibility for more indeterministic results because of wrong recognition of correct platform. |
Please try with the latest version which updates Hugo to the latest version and uses universal binaries. |
This issue no longer applies. As of Hugo v0.102.0, it now uses a single universal binary that works on all Mac platforms. |
When using this package to install Hugo on a Mac with Apple silicon, the AMD64 version is installed instead of the ARM64 version which is built for Apple processors. This is because the arch package that this package ultimately depends on doesn’t properly detect ARM64 architecture on Apple silicon Macs, and reports it as being x64.
There is a pull request to fix this issue: feross/arch#22.
The text was updated successfully, but these errors were encountered: