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

Pre-compiled Windows binaries in official releases #32

Closed tylerohlsen closed 4 years ago

tylerohlsen commented 4 years ago

Please also provide pre-compiled binaries for Windows with each release :)

tbroden84 commented 4 years ago

Extended support in makefile for cross compile windows releases. Have not yet tested the provider to see if it works, but added the latest compile here.

terraform-provider-cloudamqp_v1.2.1_windows_386.tar.gz terraform-provider-cloudamqp_v1.2.1_windows_amd64.tar.gz

tylerohlsen commented 4 years ago

It's common practice to name the terraform provider binary targeted to Windows with the .exe file extension. Though with our without the extension technically works.

Thanks for adding this so quickly!