You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Pull Request
## Description
Add support for Windows arm64 emulation mode
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the projects associated license.
Write-Error"Unsupported OS and architecture combination: $osAndArchitecture"
37
38
exit1
38
39
}
39
40
41
+
if($osAndArchitecture-eq"windows_arm64") {
42
+
Write-InformationColoured"Windows arm64 is not currently supported by Terraform, so we will pull the Windows amd64 verison instead and run in emulation mode: https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation"-ForegroundColor Yellow -NewLineBefore -InformationAction Continue
0 commit comments