We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 wazuh-indexer packages follow the naming convention defined in https://github.com/wazuh/internal-devel-requests/issues/187:
wazuh-indexer
<SubsystemName>_<VersionNumber>-<Revision>_{<OSName>-<OSVersion>_}<Architecture>_<GitReference>.<PackageType>
As architecture, the expected values are:
x86_64
aarch64
amd64
arm64
Currently, the packages use x64 or amd64 as architecture identifier, independently of the distribution.
x64
We need to update the package generation process to use the right values depending on the architecture and distribution.
The text was updated successfully, but these errors were encountered:
f-galland
Successfully merging a pull request may close this issue.
Description
The
wazuh-indexer
packages follow the naming convention defined in https://github.com/wazuh/internal-devel-requests/issues/187:As architecture, the expected values are:
x86_64
,aarch64
amd64
,arm64
Currently, the packages use
x64
oramd64
as architecture identifier, independently of the distribution.We need to update the package generation process to use the right values depending on the architecture and distribution.
The text was updated successfully, but these errors were encountered: