You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple raspberry pi's in my environment so having ARM support would be nice. I'm very new to the project, but I've started playing around in my fork to see what it might take. I've successfully added ARM support for other projects and it hasn't been too difficult.
The current workaround is :
Compile the agent code with arm64
GOARCH=amd64
add the
-skip-installation true
flag when start the agent.
In the long term we should
The text was updated successfully, but these errors were encountered: