We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This Fixes chef-boneyard/chef-dk#1317
The solution here is to force using the 64bit powershell from the 32bit ruby so we get the correct 64 bit registry.
Force using: %SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe if RUBY_PLATFORM == "i386-mingw32" && os.arch == "x86_64"
%SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe
RUBY_PLATFORM == "i386-mingw32" && os.arch == "x86_64"
The text was updated successfully, but these errors were encountered:
jquick
No branches or pull requests
Description
This Fixes chef-boneyard/chef-dk#1317
The solution here is to force using the 64bit powershell from the 32bit ruby so we get the correct 64 bit registry.
Force using:
%SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe
if
RUBY_PLATFORM == "i386-mingw32" && os.arch == "x86_64"
The text was updated successfully, but these errors were encountered: