Running Facebox container on BalenaOS

I am trying to run Facebox (machinebox/facebox) on [balenaOS 2.60.1+rev5] with Raspberry Pi 4 (using 64bit OS) and getting these errors:

18.01.21 19:52:02 (+0100) Restarting service 'facebox sha256:7e28a04389a6ac2abb255bf0ce1f669ec7fd1f4a0e8815b1981ed32173576e0b'
18.01.21 19:52:02 (+0100) Service exited 'facebox sha256:7e28a04389a6ac2abb255bf0ce1f669ec7fd1f4a0e8815b1981ed32173576e0b'
18.01.21 19:51:59 (+0100)  facebox  standard_init_linux.go:211: exec user process caused "exec format error"
18.01.21 19:52:01 (+0100)  facebox  standard_init_linux.go:211: exec user process caused "exec format error"
18.01.21 19:52:01 (+0100)  facebox  standard_init_linux.go:211: exec user process caused "exec format error"
18.01.21 19:52:04 (+0100) Service exited 'facebox sha256:7e28a04389a6ac2abb255bf0ce1f669ec7fd1f4a0e8815b1981ed32173576e0b'
18.01.21 19:52:04 (+0100) Restarting service 'facebox sha256:7e28a04389a6ac2abb255bf0ce1f669ec7fd1f4a0e8815b1981ed32173576e0b'
18.01.21 19:52:01 (+0100)  facebox  standard_init_linux.go:211: exec user process caused "exec format error"
18.01.21 19:52:03 (+0100)  facebox  standard_init_linux.go:211: exec user process caused "exec format error"
18.01.21 19:52:07 (+0100) Service exited 'facebox sha256:7e28a04389a6ac2abb255bf0ce1f669ec7fd1f4a0e8815b1981ed32173576e0b'
18.01.21 19:52:10 (+0100) Service exited 'facebox sha256:7e28a04389a6ac2abb255bf0ce1f669ec7fd1f4a0e8815b1981ed32173576e0b'
18.01.21 19:52:10 (+0100) Restarting service 'facebox sha256:7e28a04389a6ac2abb255bf0ce1f669ec7fd1f4a0e8815b1981ed32173576e0b'

The same image runs without fail on Docker Desktop. Does anybody have experience running Facebox on Balena?

Hi

The error exec format error usually is seen when you are trying to run binaries from one architecture on another - for example a simple executable from x86 to aarch64 would throw this error

Is there something part of your service that’s pre-compiled?