Scott
Scott
I too am suffering from 100% CPU from qemu-arm-static. I noticed the [run script](https://github.com/sdr-enthusiasts/docker-flightradar24/blob/main/rootfs/etc/services.d/fr24feed/run) tests if it can launch fr24feed natively, so I mounted a freshly downloaded fr24feed_i386 as /usr/local/bin/fr24feed...
It seems to be the same for me using fr24feed:latest, pulled 5 minute ago. Within around 10 seconds of bringing up the container, qemu-arm-static shows 100% CPU in top. If...
As noted in my [previous comment](https://github.com/sdr-enthusiasts/docker-flightradar24/issues/68#issuecomment-1275501675), I tried the x86 version in this docker and found the same 100% CPU usage without qemu running. [Additionally](https://github.com/sdr-enthusiasts/docker-flightradar24/issues/68#issuecomment-1365522359), qemu running in the radar...
That would require support for Android and iOS from .net core, of which there currently is none. [https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md) edit: what about using [this](https://github.com/Daddoon/BlazorMobile)? unless I'm misunderstanding what you are after.