-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
To enhance the CI/CD workflow for this project, the plan is to implement GitHub Actions with a self-hosted runner.
This approach is necessary because the runtime environment required for testing and building the project is either not fully supported or only partially functional in a containerized setup.
By using a self-hosted runner, we can ensure that all workflows run in an environment tailored to the specific requirements of the project, enabling more reliable and consistent results.
Plan
- Set up a self-hosted runner in the required runtime environment.
- Configure GitHub Actions to utilize the self-hosted runner for relevant workflows.
- Test and verify the setup to ensure compatibility and performance.
- Document the configuration and usage of the self-hosted runner.
danielwernerio
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request