Go binary without Docker?
bodsch opened this issue · 4 comments
bodsch commented
Is it possible to provide a pure go binary?
I would create a suitable Ansible role for this.
roman-vynar commented
Sure, see the Dockerfile itself. You can just compile a binary yourself.
You need to supply "static/" and "templates/" folder along with the binary.
bodsch commented
I was "only" going to roll out a binary, but I'll try my hand at a GitHub workflow and put in a pull request if it's wanted. ;)
bodsch commented
I have a draft of an Ansible role ready and in my fork of your repository the GitHub workflow was already running.
I created a pull request for you.
roman-vynar commented
Thanks but I don't think it fits this repo.