I would like to install NeoLoad load generators on high-performance, low-cost ARM 64-bit devices running Linux. I can do it on Intel-based machines, but the installer fails every time on Arm64 machines.
After downloading the installer, I do this command:
sudo sh neoload_7_6_0_linux_x64.sh -c
It gives me this output:
Unpacking JRE ...
Starting Installer ...
neoload_7_6_0_linux_x64.sh: 608: neoload_7_6_0_linux_x64.sh: /home/admin/neoload_7_6_0_linux_x64.sh.19589.dir/jre/bin/java: Exec format error
These machines are running Debian Buster. I have most recently tested on an AWS c6g.xlarge instance, which has a Graviton2 processor with 2 vCpu.
Does anyone know how to make this work?