-
Notifications
You must be signed in to change notification settings - Fork 45
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
Fails to build on ARM64 (c6g AWS instance) #50
Comments
I run into this same issue yesterday. I don't know the "right" solution. As it is describe in the error message, the compiler on AWS aarch64 instance does not support "-m64". I forked the code and removed the "-m64" from the |
It's likely that #58 will fix this. |
Think so too, we are actively using #58 on |
I will test #58 on AWS arrch64 later to confirm. |
#58 works on AWS Graviton aarch64. Thanks. |
Here is the output:
The text was updated successfully, but these errors were encountered: