Add hyperv-iso source and test with archlinux

This commit is contained in:
Greg Hellings
2023-08-25 04:23:01 -05:00
parent 5be8095700
commit 7f2ba562a4
4 changed files with 51 additions and 1 deletions
+6 -1
View File
@@ -16,6 +16,10 @@ packer {
version = ">= 1.0"
source = "github.com/hashicorp/vmware"
}
hyperv = {
version = "= 1.1.1"
source = "github.com/hashicorp/hyperv"
}
}
}
@@ -23,7 +27,8 @@ build {
sources = [
"source.qemu.x86_64",
"source.virtualbox-iso.x86_64",
"source.vmware-iso.x86_64"
"source.vmware-iso.x86_64",
"source.hyperv-iso.x86_64"
]
# If anything needs specific support for one of the distros