Is there any guide on how to set up an environment for running 32-bit images in 64-bit OS?
I have a bunch of 32-bit Pharo images (for example Pharo7.0.4-0-32bit-ccd1f64.image) and I want to
run them in a 64-bit macOS (BigSur 11.4 now). I don't use Pharo Launcher
but I tried downloading the corresponding 32-bit VM with ZeroConf
And
launching those images always result in the classic error:
This interpreter (vers. 68021) cannot read image file (vers. 6521)
Is there any Docker solution/example for this?
Cheers,
Hern��n