cloudamqp / terraform-provider-cloudamqp

Terraform Provider for CloudAMQP
https://registry.terraform.io/providers/cloudamqp/cloudamqp
Mozilla Public License 2.0
35 stars 39 forks source link

provide binaries in releases #62

Closed philipp-hb closed 4 years ago

philipp-hb commented 4 years ago

for easier use of new versions of the provider, I'd suggest to provide binaries of the releases, so the user doesn't need to build them.

tbroden84 commented 4 years ago

Yes did it before until v1.7.0 when I removed the makefile. Since v1.3.0 when we changed dependency management it made it easier to build. Requires on the other hand a working GNUmakefile.

Did however update the latest release with binaries too.

philipp-hb commented 4 years ago

Thank you. I tried the binary and it works like a charm feel free to close this issue (or leave it open, if you'd like to provide binaries for every release and haven't automated it yet)