summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2017-12-11 15:00:13 -0800
committerScott Hain <shain@chef.io>2017-12-11 15:00:13 -0800
commit5d142e15e885919dd90cb6786a0d8b48c40699f4 (patch)
tree64792f9e8595c936d6ce4823b0e12493970a8879
parentc91e2791c90b838f05e634ecefe59aae2554aa01 (diff)
downloadchef-5d142e15e885919dd90cb6786a0d8b48c40699f4.tar.gz
Update windows build gem information
Signed-off-by: Scott Hain <shain@chef.io>
-rw-r--r--tasks/bundle_util.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/bundle_util.rb b/tasks/bundle_util.rb
index 67647dd4f0..5cb90a7196 100644
--- a/tasks/bundle_util.rb
+++ b/tasks/bundle_util.rb
@@ -2,7 +2,7 @@ require "bundler"
require "shellwords"
module BundleUtil
- PLATFORMS = { "windows" => %w{ruby x86-mingw32} }
+ PLATFORMS = { "windows" => %w{ruby x64-mingw32 x86-mingw32} }
def project_root
File.expand_path("../..", __FILE__)