Vst3 export

hi,
im trying to export my plugin to mac/win and i have a mac myself. I am currently exporting my .vst3 for windows via a vm with windows for arm. Does this export work on a x64 windows machine?

x64 Windows can’t run programs that were built for arm64 Windows. However, it is possible to build an x64 binary on an arm64 computer.

If you’re using the Projucer, there’s an “Architecture” field in the configuration settings (Debug/Release) for the Visual Studio exporter. To build for x64, make sure that the “x64” option is ticked. You’ll probably also need to create separate installers for your x64 and arm64 builds.