I don't think this is a bug, feels like a knowledge problem on my part, post here vs opening an issue.
I use packer on macOS all the time, I've been tasked with setting up packer on a Xenial (linux) machine. Followed multiple instructions and I have a Xenial system with packer, vagrant, and virtualbox. $ packer version Packer v1.1.2 $ vagrant version Installed Version: 1.8.1 virtualbox 5.0.40 Trying to build Windows Server 2016 from https://github.com/StefanScherer/packer-windows.git (this works great on macOS) $ PACKER_LOG=1 packer build -only=virtualbox -var 'headless=true' -force -debug windows_2016.json https://gist.github.com/basictheprogram/4c90d0ebf629cbc720cce41f5465fc68 ==> Builds finished but no artifacts were created. Any ideas? -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/3a4addc7-5417-4d72-a09d-b744ba60dc91%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
