Openvpn-as won’t Start on Docker

Hi, I’m trying to start openVPN, I pulled the latest imagem from linuxserver, but the service simply won’t start.
Here’s my configuration:
docker run
–name=openvpn-as
–cap-add=NET_ADMIN
-e PUID=1000
-e PGID=1000
-e TZ=America/Sao_Paulo
–net=host --privileged
-v /cloud/docker-apps/openvpn/config/:/config
–restart unless-stopped
linuxserver/openvpn-as

And this is what is in the logs:
root@CloudServer:~# docker logs openvpn-as -f
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”

I have tried several different combinations, but all turned to the same error.

What is the host OS and hardware? Is it arm?

Sorry forgot mentioning it, Ubuntu Bionic with Armbian Linux, ARM64.
I’m using now a TANIX TX3, but had the same issue on Odroid C2 and Odroid N2.

Our openvpn-as image is x86_64 only. Openvpn-as is a proprietary binary and they don’t release arm or aarch64 versions so we don’t provide those images

Thank you for the information, guess i missed the part where it points the supported archtetures. Any way, i could make it work with SNAP, but it doesn´t provide a WEB UI, and I can´t set password to the useres.