-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add ubuntu release #16
Comments
@Robin31 do you know how we can incorporate these releases into CI?, I'm new to rust :) |
@shakyShane this is related to your issue #22. You could build on travis-ci on MacOS and Linux and then create a release. It's even possible to run docker containers within travis-ci if you want to have build environments for different Linux distributions. |
For now, I just pull in latest changes and run cargo build to build the application for my environment :). |
If anyone wants to run this from a container, I authored a Dockerfile to build this into one. Wouldn't take too much to convert the Dockerfile to build off Ubuntu (I used CentOS 7), just had to fork this and alter config-gen code in my branch to bind to 0.0.0.0 so the port forward will work: https://hub.docker.com/r/davidalger/config-gen/dockerfile This is how I'm running the image in the context of a Warden orchestrated local environment:
|
Did a release for ubuntu:
https://github.com/robin31/config-gen/releases/
The text was updated successfully, but these errors were encountered: