-
Notifications
You must be signed in to change notification settings - Fork 59
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
ARM64 support #389
Comments
This wouldn't mean you could run Malcolm on a raspberry pi (unlikely, anyway... at least not with locally-hosted opensearch; perhaps you could do external opensearch though, although logstash is still pretty heavy) but I'm thinking more like in docker on new macbooks or on arm64 cloud instances. |
…rm64 compatibility
I've made a few changes to some Dockerfiles and enabled the linux/amd64 platform for the GitHub builds. Problem is I don't really have a way to test these. |
Some issues getting the multiple arch builds to work right on GitHub, but here are some resources for me to follow up on:
So if I set " |
ARM64 docker images all seem to work well. A few more build-related things I need to address (the GitHub workflow for building the Arkime ARM64 image times out on |
testing on ARM64 on AWS and on a Apple M2 Max laptop, a few more things to work out but very close to being done. |
I think this is done, but I'm going to leave it open until the next Arkime release comes out as we've switched from the src build to using the debs and I'm currently pointing at the edge of their main branch. |
There have been requests to provide Malcolm builds for ARM64/AArch64. Now that we've proven (#250) that at least some components can build/run fine on ARM64 there's really no reason we can't have multi-architecture images and push arm64 variants as well. GitHub workflows can handle the cross-platform build for us.
The text was updated successfully, but these errors were encountered: