Allow buiding all the things

This commit is contained in:
Greg Hellings
2023-08-12 13:54:23 -05:00
parent 4955599f41
commit 9577e133eb
6 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ build {
post-processor "vagrant" {
keep_input_artifact = true
compression_level = 9
output = "${local.name}.box"
output = "output/{{ .Provider }}/${local.name}.box"
vagrantfile_template = "vagrant/${var.arch}.rb"
}