-
Notifications
You must be signed in to change notification settings - Fork 22
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 ARM support #683
Comments
@dlanderson Sorry, I'm a bit confused on the details here. What's the functional change you're looking for? |
I think this needs:
|
Thank you for the clarifications.
I imagine this depends on the machine that's being used. From what I can tell, python will try to make use of linux's uname command. Can you share some of those searches with me that said different architectures are returned when using M1? |
Using Amazons ARM-64 image, I tested this with py2.7, 3.5-3.10. All returned |
Default to latest v1.3.1 core agent version. Closes #683
Default to latest v1.3.1 core agent version. Closes #683
We've added linux ARM support (aarch64) for the core agent binary in version 1.3.1. We need to add ARM architecture detection on linux for the Python agent.
On AWS graviton instance:
Note: I didn't try 3.9
Python 3.8
Python 2.7:
The core agent 1.3.1 builds available:
The text was updated successfully, but these errors were encountered: