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
## Issue
Issue #, if available:
## Description
Description of changes:
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the projects associated license.
Copy file name to clipboardExpand all lines: src/ALZ/Private/Shared/Get-OsArchitecture.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ function Get-OSArchitecture {
39
39
}
40
40
41
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
42
+
Write-InformationColored"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