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

Setup RPM Build Workflow for Wazuh Agent #136

Open
6 tasks
vikman90 opened this issue Sep 11, 2024 · 0 comments
Open
6 tasks

Setup RPM Build Workflow for Wazuh Agent #136

vikman90 opened this issue Sep 11, 2024 · 0 comments
Labels
level/subtask Subtask issue phase/mvp Minimum Viable Product type/enhancement Enhancement issue

Comments

@vikman90
Copy link
Member

vikman90 commented Sep 11, 2024

Parent Issue:

Description

This issue focuses on creating a GitHub Actions workflow to automate the building of RPM packages for the Wazuh agent on CentOS 7 or a similar RHEL-based distribution. The workflow will target amd64 and aarch64 architectures, ensuring that the Wazuh agent can be consistently built and distributed for these platforms.

Requirements

  • Configure GitHub Actions to build RPM packages on CentOS 7.
  • Set up the build environment by installing necessary dependencies such as rpm-build and mock.
  • Build the Wazuh agent targeting amd64 and aarch64.
  • Ensure the workflow generates .rpm files and stores them as artifacts for download.

Tasks

  • Create a GitHub Actions workflow YAML file for the RPM build process.
  • Install dependencies for RPM package creation.
  • Implement steps to build Wazuh agent RPMs for both target architectures.
  • Verify that the RPMs are built correctly and stored in the proper AWS S3 bucket.
  • Configure the workflows to trigger automatically on GitHub events like pull requests or merges to the main branch.
  • Include a manual trigger option for rebuilding the packages on-demand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/subtask Subtask issue phase/mvp Minimum Viable Product type/enhancement Enhancement issue
Projects
None yet
Development

No branches or pull requests

1 participant