summaryrefslogtreecommitdiff
path: root/vagrant.json
diff options
context:
space:
mode:
authorTyler Dence <tyzoid.d@gmail.com>2018-06-21 10:38:40 -0400
committerTyler Dence <tyzoid.d@gmail.com>2018-06-21 10:38:40 -0400
commit94a2ad8818d02a2edf2cb74e1ddd7b1fff13e24b (patch)
treea422b38b90228a4000a60c2ba2e52311cc8c8421 /vagrant.json
parent04f8734630c15c71ce1334898594a8ee68b30a30 (diff)
downloadarch-boxes32-94a2ad8818d02a2edf2cb74e1ddd7b1fff13e24b.tar.xz
Configure to build for arch32HEADmaster
Diffstat (limited to 'vagrant.json')
-rw-r--r--vagrant.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/vagrant.json b/vagrant.json
index 7ef2b34..7333643 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -143,27 +143,27 @@
{
"type": "vagrant",
"keep_input_artifact": false,
- "output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime \"2006-01-02\"}}.box"
+ "output": "Archlinux32-{{ .Provider }}-{{isotime \"2006-01-02\"}}.box"
},
{
"type": "vagrant-cloud",
"only": ["virtualbox-iso"],
"access_token": "{{user `atlas_token`}}",
- "box_tag": "archlinux/archlinux",
+ "box_tag": "archlinux32/archlinux32",
"version": "{{isotime \"2006.01.02\"}}"
},
{
"type": "vagrant-cloud",
"only": ["qemu"],
"access_token": "{{user `atlas_token`}}",
- "box_tag": "archlinux/archlinux",
+ "box_tag": "archlinux32/archlinux32",
"version": "{{isotime \"2006.01.02\"}}"
},
{
"type": "vagrant-cloud",
"only": ["vmware-iso"],
"access_token": "{{user `atlas_token`}}",
- "box_tag": "archlinux/archlinux",
+ "box_tag": "archlinux32/archlinux32",
"version": "{{isotime \"2006.01.02\"}}"
}
]