meyayl / docker-languagetool

GNU Lesser General Public License v2.1
71 stars 11 forks source link

Tini related error on Raspberry pi. #39

Closed nikolasdmtr closed 2 months ago

nikolasdmtr commented 2 months ago

I get a tini related error trying to deploy on Raspberry pi 4.

meyayl commented 2 months ago

I am surprised you even get so far: the image is x86_64 only.

If you check “Insights” -> “Network”, I can imagine that you will be able to find a fork where someone builds and publishes an image that works on an arm device.

Note: I am not going to support any other architectures other than x86_64. I am a strong believer of "eat our own dog food", and I don't own a pi, and as such don't want to build something that I am not using myself and can not test in case something breaks.

nikolasdmtr commented 2 months ago

Ah, that explains it. Thank you!