We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce8417 commit 74d8138Copy full SHA for 74d8138
src/ALZ/Private/Get-HCLParserTool.ps1
@@ -20,6 +20,7 @@ function Get-HCLParserTool {
20
$os = "darwin"
21
}
22
23
+ # Enum values can be seen here: https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.architecture?view=net-7.0#fields
24
$architecture = ([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture).ToString().ToLower()
25
26
if($architecture -eq "x64") {
0 commit comments