Browse Source

Using older OS's for compilation

pull/103/head
Armon Dadgar 11 years ago
parent
commit
5eaf7007d0
  1. 6
      Vagrantfile

6
Vagrantfile vendored

@ -42,10 +42,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
config.vm.define "default" do |n1|
n1.vm.box = "hashicorp/precise64"
config.vm.define "64bit" do |n1|
n1.vm.box = "chef/ubuntu-10.04"
end
config.vm.define "32bit" do |n2|
n2.vm.box = "chef/ubuntu-12.04-i386"
n2.vm.box = "chef/ubuntu-10.04-i386"
end
end

Loading…
Cancel
Save