We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently this project requires go build tools and make be installed on a server to compile a go binary for deployment.
make
It would be nice to have circle-ci / github-actions / travis-ci build these packages and store them as a github release.
Ideally to install this program, users could just add a debian or yum repo, then install the package
add-apt-repository foo/pgbouncer-healthcheck apt install pgbouncer-healthcheck
or
wget github.com/deliveroo/pgbouncer-healthcheck/releases/v0.0.1/pgbrouncer-healthcheck_0.0.1_amd64.deb dpkg -i pgbouncer-healthcheck_0.0.1_amd64.deb
I'm willing to help bulid these packages but would first like to get some guidance on which direction you would like to go:
The text was updated successfully, but these errors were encountered:
Check out GoReleaser. There are many projects that use it for go apps on a multitude of arch and distro.
Sorry, something went wrong.
No branches or pull requests
Currently this project requires go build tools and
make
be installed on a server to compile a go binary for deployment.It would be nice to have circle-ci / github-actions / travis-ci build these packages and store them as a github release.
Ideally to install this program, users could just add a debian or yum repo, then install the package
or
I'm willing to help bulid these packages but would first like to get some guidance on which direction you would like to go:
The text was updated successfully, but these errors were encountered: