"No such file or directory" when try to run a binary file

I try to run binary file “ntgrrc-v0.7.1-linux-amd64” file from config folder but i get:

-bash: ./ntgrrc: No such file or directory

I try file editor addon “execute shell command”, terminal & SSH addon and also home assistant shell_command but with no success.

I try changing file permissions but i’m still getting the same error.

The binary file is compiled from golang.

With ldd ./ntgrrc i get:

        /lib64/ld-linux-x86-64.so.2 (0x7f8939014000)
        libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7f8939014000)
        libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f8939014000)

My setup:
HASSOS
Home Assistant 2022.11.5
Supervisor 2022.11.2
Operating System 9.3
Έκδοση Frontend: 20221108.0 - latest

Generic x86-64

I also read this issue, but i don’t know if i’m in the same boat here.

Is there any way to run this binary from hassos? I guess that could be possible using installation with host access but this is not my choice for now.

Αny help would be appreciated.