diff --git a/control-plane/vagrant/Vagrantfile b/control-plane/vagrant/Vagrantfile index 6862e71..06e491b 100644 --- a/control-plane/vagrant/Vagrantfile +++ b/control-plane/vagrant/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure("2") do |config| vb.customize ["modifyvm", :id, "--boot1", "dvd"] vb.customize ["modifyvm", :id, "--boot2", "none"] # Attach the Talos ISO - vb.customize ["storageattach", :id, "--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "/tmp/vagrant/metal-amd64.iso"] + vb.customize ["storageattach", :id, "--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "/tmp/vagrant/metal-arm64.iso"] end end @@ -23,7 +23,7 @@ Vagrant.configure("2") do |config| vb.customize ["modifyvm", :id, "--boot1", "dvd"] vb.customize ["modifyvm", :id, "--boot2", "none"] # Attach the Talos ISO - vb.customize ["storageattach", :id, "--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "/tmp/vagrant/metal-amd64.iso"] + vb.customize ["storageattach", :id, "--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "/tmp/vagrant/metal-arm64.iso"] end end end \ No newline at end of file