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.
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
andGOOS
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.