-
Notifications
You must be signed in to change notification settings - Fork 508
Add arm64 platform support to image build #1946
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
base: main
Are you sure you want to change the base?
Conversation
|
@vcerenu - would you happen to have availability to check this - it seems a simple fix; please advise if there is further work that would be necessary for Wazuh itself to support |
|
Much needed. |
|
Hello @yoursw Thank you very much for your contribution!! Could you provide evidence of how this change has worked in your environment? You can test it with an already published release to have pre-built ARM packages available. |
|
Hello @pmharris77 We have developed image builds for amd64 and arm64 for Wazuh version 5.0.0, which is currently under development. We will upload the images for both architectures to Docker Hub for this version. Image building is currently possible, so you can build images on an arm64 host using the steps outlined in our documentation: The changes made in the pull request are insufficient, as they require a configured environment with buildx and QEMU to generate the images. Furthermore, they are not suitable for generating them locally because local registries do not support manifests for multiple architectures. Therefore, the build will only be able to build the host architecture, allowing for the creation of local images that can then be deployed on the same host. |
Ah perfect, thanks @vcerenu, I had no idea that v5.0.0 would be the first to have multi-arch images available. Is there any rough timescales on when it will be ready? Trying to figure out if I should wait, or build locally myself. |
|
@pmharris77 We don't have a release date for the version yet, as it is still under development. |
No description provided.