boxgrinder-ubuntu-plugin 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'rake'
6
6
  require 'jeweler'
7
7
  Jeweler::Tasks.new do |gem|
8
8
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
9
- gem.version = '0.2.6'
9
+ gem.version = '0.2.7'
10
10
  gem.name = "boxgrinder-ubuntu-plugin"
11
11
  gem.homepage = "http://github.com/rubiojr/boxgrinder-ubuntu-plugin"
12
12
  gem.license = "MIT"
@@ -69,6 +69,7 @@ module BoxGrinder
69
69
  def execute_vmbuilder
70
70
  arch = @appliance_config.hardware.arch
71
71
  arch = 'amd64' if arch == 'x86_64'
72
+ arch = 'i386' if arch == 'i686'
72
73
  pkgs = @appliance_config.packages.map { |p| "--addpkg #{p}" }
73
74
  extra_args = []
74
75
  if create_files_map
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxgrinder-ubuntu-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-01 00:00:00.000000000 Z
12
+ date: 2012-04-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Ubuntu OS boxgrinder plugin
15
15
  email: rubiojr@frameos.org