-
Notifications
You must be signed in to change notification settings - Fork 187
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
The agent deploy section should allow the Apple silicon architecture for macOS #5202
Comments
Hi @alberpilot, @asteriscos and @DFolchA, what about FAT Mach-O Package? No plans adding support for Universal Binaries? Can be done with few |
Hi @giladreich, our plan initially is to provide one package for each macOS architecture, just as we do with other platforms (refer to Packages list). IMHO one package per architecture has the advantage of taking up less space and is easily classifiable by a DevOps team. We are open to proposals, feel free to open an issue as a feature request for this issue! |
Epic: wazuh/wazuh#15055
Summary
Wazuh agent will be able to be installed in macOS with Apple silicon processors natively. New installers will be created, so the agent deploy section needs to allow the architecture selection and give a correct link to the corresponding installer.
The package name in the script should be:
wazuh-agent-${VERSION}-${REVISION}.${ARCH}.pkg
Where
ARCH
can beintel64
orarm64
depending on the selected architecture.The text was updated successfully, but these errors were encountered: