Ubuntu 14.04 on armv7?

Hey community,
I’ve tried building a game using a 64 Ubuntu 15.04 system for a 32 Ubuntu 14.04 running on armv7 (the jetson tegra k1), but I’m getting an error:

bash: ./testUnityProject.x86_64: cannot execute binary file: Exec format error

The test game (its just a 3D cube in the scene, nothing else) ran just fine on the 64 Ubuntu.
Am I missing some dependencies? or is it simply because unity games can’t run on armv7 Ubuntu just yet?

I have a same problem!

Linux builds are x86 only. If there was an option for ARM builds, you would see it in the build settings, since it’s a completely different CPU architecture that has nothing to do with x86.

–Eric