-
Notifications
You must be signed in to change notification settings - Fork 55
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
ARM release #28
Comments
+1 :-) |
Sorry for the super late reply. Yeah we've wanted to do an ARM build for awhile. We have this planned for after we migrate to a proper CI environment for the agent/cli. I'll update this when we have more info. |
Hi, |
@leeliu we have been using our own build process for an arm64 logdna agent. It has worked well for us, so I figured I would sanitize it a bit and maybe this will be helpful to your team. https://github.com/joshughes/arm-logdna-agent We have to do this for other software as well and follow the process laid out here |
I'm also providing up-to-date logdna-agent docker images here: https://github.com/jaredallard-home/multiarch-images @smusali Your team is welcome to take my Dockerfile and... just use it instead of the current one. It's really that easy to get ARM support. |
I've been attempting to install the agent on a raspberry pi, following the instructions for Debian on the LogDNA website:
However, when it gets to the
sudo apt-get update
step, the command fails with this message:Would it be possible to get an ARM release to avoid the overhead of downloading nodejs and installing from source?
The text was updated successfully, but these errors were encountered: