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

Creating CI/CD Pipeline #22

Open
mertssmnoglu opened this issue Feb 24, 2024 · 1 comment
Open

Creating CI/CD Pipeline #22

mertssmnoglu opened this issue Feb 24, 2024 · 1 comment
Assignees
Labels
ci Continuous Integration enhancement New feature or request

Comments

@mertssmnoglu
Copy link
Member

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

@mertssmnoglu mertssmnoglu added enhancement New feature or request ci Continuous Integration labels Feb 24, 2024
@mertssmnoglu mertssmnoglu self-assigned this Feb 24, 2024
@mertssmnoglu
Copy link
Member Author

We can implement Go Releaser 2 and 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant