dendrite icon indicating copy to clipboard operation
dendrite copied to clipboard

Please publish binaries with releases

Open 08d2 opened this issue 2 years ago • 3 comments

It would be helpful if published releases e.g. 0.6.5 included binaries for supported platforms, even if that's just linux/amd64 for now. I appreciate that you're publishing Docker images, but binaries are more widely usable.

08d2 avatar Mar 13 '22 11:03 08d2

The availability of precompiled Dendrite binaries would be particularly important for Windows users, of course.

ealib avatar Mar 21 '22 10:03 ealib

For reference only, other projects written in Go that release pre-compiled binaries for various platforms supported by the toolchain:

Furthermore, for full integration in Windows, where background processes have to comply with certain rules in order to be compatible with the Service Control Manager, the easiest way seems to be to use the Minimal windows service stub.

ealib avatar Mar 30 '22 09:03 ealib

I forgot that the very NATS publishes

ealib avatar Mar 30 '22 10:03 ealib

We are not planning on supporting binaries with releases at this time. We already have docker images with different architectures. We are a very small team and are sadly unable to maintain a comprehensive release setup, as the cost of this would be too great as we'd need to ensure binaries don't have regressions in addition to the Docker releases which we actively use and test.

We may revisit this in the future.

kegsay avatar Dec 06 '22 13:12 kegsay