This way the build can also be done inside Docker and spare you the necessity to have Go installed on your machine.
Further this can be used to build the binary for Linux on Mac or Windows, or to setup a CI pipeline to publish the latest release to Dockerhub or some other container registry.
@JustFrt Thanks Justus! 🙌 The Docker file i used was based on clickhouse gpc storage and thanks for improving the setup. Your PR looks good i will merge this.
This way the build can also be done inside Docker and spare you the necessity to have Go installed on your machine. Further this can be used to build the binary for Linux on Mac or Windows, or to setup a CI pipeline to publish the latest release to Dockerhub or some other container registry.