Windows AMI, executing packer build from Linux

Is it possible to create a Windows AMI using packer from executing the packer build command from a Linux Machine?

Right now I’m building a complex architecture to try to satisfy some requirements for a pipeline, I’ve googled about this use of case, but I didn’t find an specific documentation about it.

@fabian818 - I have recently created a Windows VirtualBox VM from macOS so I don’t see any reason why you would not be able to build Windows from Linux.

Also, there are a lot of blog posts specifically about building Windows AMis with Packer, just google to find them. Here is one which may or may not be exactly what you need:

https://thepracticalsysadmin.com/create-windows-server-2019-amis-using-packer/

And here is another:

Hope this helps.