-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
ciContinuous IntegrationContinuous IntegrationenhancementNew feature or requestNew feature or request
Description
Creating a CI/CD pipeline will facilitate the testing and release stages. We can use github actions.
CI:
On push or opened pr
Formatter > Linter > Test Runner[1]
CD:
On release
Multi Arch build > SBOM generation[2] > CHECKSUM generation[3] > Setting artifacts to release binaries
[1] Currently we don't have any kind of tests
[2] We need a tool that automatically create SBOM. And this step can be the first step.
[3] We need a tool that create CHECKSUM's
Metadata
Metadata
Assignees
Labels
ciContinuous IntegrationContinuous IntegrationenhancementNew feature or requestNew feature or request