There are plenty of resource capable single-board computers on the market. Many of them feature the ARM CPU architecture. Currently the Linux installer for ServiceDesk is compiled as a binary that doesn't get recognized. I suggest adding support to allow the binary to run on ARM CPU architecture computers.
Here is some gathered information possibly highlighting the problem. The following was collected on a Pandaboard ES:
objdump -f ./ManageEngine_ServiceDesk_Plus.bin
./ManageEngine_ServiceDesk_Plus.bin: file format elf32-little
architecture: UNKNOWN!, flags 0x00000102:
EXEC_P, D_PAGED
start address 0x080480e0
and
file ./ManageEngine_ServiceDesk_Plus.bin
./ManageEngine_ServiceDesk_Plus.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, for GNU/Linux 2.2.5, stripped
Here is some gathered information possibly highlighting the problem. The following was collected on a Pandaboard ES:
objdump -f ./ManageEngine_ServiceDesk_Plus.bin
./ManageEngine_ServiceDesk_Plus.bin: file format elf32-little
architecture: UNKNOWN!, flags 0x00000102:
EXEC_P, D_PAGED
start address 0x080480e0
and
file ./ManageEngine_ServiceDesk_Plus.bin
./ManageEngine_ServiceDesk_Plus.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, for GNU/Linux 2.2.5, stripped