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

Configure the packages build workflows to trigger automatically on GitHub events like pull requests or merges to the main branch. #460

Open
Tracked by #129
mjcr99 opened this issue Dec 20, 2024 · 0 comments · May be fixed by #448
Labels

Comments

@mjcr99
Copy link
Member

mjcr99 commented Dec 20, 2024

Description

This issue enables a PR check to verify that a newly introduced change by a certain PR does not break the package generation process. To do so, different packages will be requested to be built automatically and the result will be evaluated as a PR check.

The following packages should be requested to be built as part of this check:

  • DEB amd64
  • DEB arm64
  • RPM amd64
  • RPM arm64
  • macOS intel64
  • macOs arm64
  • windows

This issue will also require deciding where to place the building workflow files, to better organize them based on their requirements.

@mjcr99 mjcr99 changed the title Configure the workflows to trigger automatically on GitHub events like pull requests or merges to the main branch. Configure the packages build workflows to trigger automatically on GitHub events like pull requests or merges to the main branch. Dec 20, 2024
@mjcr99 mjcr99 linked a pull request Dec 20, 2024 that will close this issue
@wazuhci wazuhci moved this to Backlog in Release 5.0.0 Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

2 participants