I currently have a VMWare ESXI server. We plan on having some build machines for compiling and testing software however we've run into a problem.
All of the CPUs that the software will end up running on are i586 however, our VM server is new so when we install the VM the cpu ends up being x86-64. This then causes issues as libraries that are built on i586 are incompatible with x86-64.
Is there a way we can tell the VM to emulate the VM CPU as i586 to match are our normal servers?
Thanks