lib/kitchen/driver/vagrant.rb in kitchen-vagrant-1.13.0 vs lib/kitchen/driver/vagrant.rb in kitchen-vagrant-1.14.0

- old
+ new

@@ -123,10 +123,10 @@ end # @return [String,nil] the Vagrant box for this Instance def default_box if bento_box?(instance.platform.name) - "bento/#{instance.platform.name}" + "bento/#{instance.platform.name}#{"-arm64" if RbConfig::CONFIG["host_cpu"].eql?("arm64")}" else instance.platform.name end end