Skip to content
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

Support for ARM64 Build - Issue 923 #1467

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

kalingth
Copy link

Hello Wazuh Community,

In response to issue #923 , I have successfully added ARM64 support to the Wazuh Docker images.

Implementation Summary

  • Wazuh Indexer: I deleted the pre-included x86_64 Java binaries and replaced them with build arch-compatible version.
  • Wazuh Dashboards: Similarly, I replaced the NodeJS binaries with versions compatible with arch.
  • Wazuh Manager(Filebeat): Similarly, I replaced the Filebeat install package with versions compatible with arch.

The main challenge was the incompatibility of pre-built binaries for the ARM64 architecture. By addressing this, I also managed to resolve numerous vulnerabilities related to the NodeJS and Java versions included in the original packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant