-
Notifications
You must be signed in to change notification settings - Fork 72
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
Build and distribute config-file-validator rpm #43
Comments
@kehoecj Thanks for the validator, I am looking forward to use this project for linting YAMLs. I released a minor version of config-file-validator on a fork here It uses goreleaser to build tarballs, debian and rpm packages. Let me know if there are any comments on this and if you want to proceed ahead with goreleaser. I'll create a PR afterward. |
@kranurag7 Thanks for taking a look at this - we're using go-release-action now (thanks to @LeslieLeung). Would this be able to integrate with that to produce the RPM's and DEB's? |
@kranurag7 does goreleaser support our current releases (windows/Linux/macOS binaries) in addition to .deb and .rpm or can we use both goreleaser and go-release-action together in separate jobs/stages? |
Yes, goreleaser do support binaries including debs and rpms. Regarding using together, I think it'll be good if only one of the job having |
Okay great - sounds like we can just go with goreleaser then. If you can modify what you have on your fork to include the output of the current release job then I think that will be ready for submission |
Build an RPM for the config-file-validator and go through the process of getting it added to Fedora. After it's been added to Fedora it can be added to EPEL
The text was updated successfully, but these errors were encountered: