lib/boxgrinder-ubuntu-plugin.rb in boxgrinder-ubuntu-plugin-0.2.6 vs lib/boxgrinder-ubuntu-plugin.rb in boxgrinder-ubuntu-plugin-0.2.7
- old
+ new
@@ -67,9 +67,10 @@
end
def execute_vmbuilder
arch = @appliance_config.hardware.arch
arch = 'amd64' if arch == 'x86_64'
+ arch = 'i386' if arch == 'i686'
pkgs = @appliance_config.packages.map { |p| "--addpkg #{p}" }
extra_args = []
if create_files_map
extra_args << "--copy #{@dir.tmp + '/filelist'}"
end