opsgenie / terraform-provider-opsgenie

Terraform OpsGenie provider
https://registry.terraform.io/providers/opsgenie/opsgenie/latest/docs
Mozilla Public License 2.0
103 stars 137 forks source link

Reinstates ARM64 build generation for all OS platforms except Windows. #320

Closed debayande closed 2 years ago

debayande commented 2 years ago

ARM64 build generation was turned off in https://github.com/opsgenie/terraform-provider-opsgenie/commit/a7efe767e015f6822ddee8b6711bf3185c1076d9 as a response to CI build breakages that occurred as a result of ARM64 and Windows being an unsupported GOARCH and GOOS combo as encountered in https://github.com/opsgenie/terraform-provider-opsgenie/runs/7466625010.

This PR, if applied, should selectively disable ARM64 build generation for Windows and Windows alone, thereby allowing ARM64 builds for other OSes to be successfully generated. Which, in turn, would fix https://github.com/opsgenie/terraform-provider-opsgenie/issues/317.

debayande commented 2 years ago

Hi, @fnuva. May I have this one merged in as well? Thanks.

wyardley commented 2 years ago

Will someone publish the missing build to the GH release?