Replies: 1 comment 1 reply
-
That's correct. arm/v7 builds were very unpredictable and would fail all the time for seemingly no reason and would eat up developer time so we dropped support. Others have reported that using a 64bit OS on the Pi works great. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run a Docker image of Mealie on my Raspberry Pi 4 Model B. I copied Raspberry Pi OS on a Micro SD card using the Raspberry Pi Imager (the default version is the 32 bits OS). I then installed Docker following these instructions but was not able to run
the error I got was
I then found the Docker image of the version 0.4.3 that support
linux/arm/v7
and was able to run it running the following:So it runs nicely now but the version is now almost 2 years old.
I am assuming that the Docker images now only support 64 bit systems and that I will need to install the 64 bits version of the Raspberry Pi OS in order to use the latest version, is this correct?
Beta Was this translation helpful? Give feedback.
All reactions