maintainer-org/maintainer

Distribute maintainer like a binary

Closed this issue · 5 comments

Good day.
I want to use this tool on my Jenkins that I run in docker so I cant use docker in docker because of mount volume issue ( Also I really don't want to setup Golang and do go get, so my suggestion is can you distribute maintainer like a single binary, like terraform for example?https://www.terraform.io/downloads.html

Thanks a lot.

Of course, does Linux build works for you? I could build a binary in Linux for you and push it to GitHub.

But you have to install the deps in your docker container

Yes. Sounds good. What deps should I install? Will be enough if I do gem install github_changelog_generator?

Yeah, I think it is enough. If you have go installed, you could run go get github.com/gaocegege/maintainer to install the binary to $GOPATH/bin/ :0 Or you could download the binary from https://github.com/gaocegege/maintainer/releases/download/v1.0.4/maintainer-Linux-amd64

@Dgadavin

Does it works for you?

😃

Yes. Thanks a lot. It's work for me.