-
Notifications
You must be signed in to change notification settings - Fork 103
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
Setup GitHub Actions to build .rpm #27
base: main
Are you sure you want to change the base?
Conversation
I wonder if github is the right place to store binaries. I expect that if I clone this repository I only want source code and no binaries. I build them myself. Just a thought! |
When you clone the repo it won't download the binaries with the project. Setting up GitHub actions just uses GitHub's tools to build the binaries for you. It is also possible to add the binaries to a release similar to what is done currently for the ATAK repository |
These actions build the .rpm image of TAK server and upload them as an artifact to GitHub.
Additional jobs can be added to generate the .deb file as well.
Then a release stage could be created to package the artifacts together.