-
Notifications
You must be signed in to change notification settings - Fork 23
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
ENH: Support arm64 on Darwin (Apple M1) #24
Comments
mac arm support would be great |
need MAC support too |
M1 support please |
You can still use the darwin amd64 binary since it will execute under Rosetta compatibility layer |
in theory, pls test and add new make build target for MacOS M1 (can update install.sh downloaded on your own) dist/hclq-macos-arm64:
export GOOS=darwin GOARCH=arm64; $(BUILD_CMD) -o "$@"
cd "$(@D)" && shasum -a 256 "$@" >> hclq-shasums |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edited platform_check() in install.sh
Tried install process again:
The text was updated successfully, but these errors were encountered: