I successfully ran self-contained .net-core 3 apps on Linux, but if I am trying to run on AIX it fails:
bash: ./CoreConsole: cannot execute binary file: Cannot run a file that does not have a valid format.
I know AIX is unix operating system, but does anyone managed to run self-contained .net-core apps on it?