Why are ARM v7 architecture devices unable to install Docker based node-red recently?

root@SMT:~# docker run -v /node_red_data:/data --group-add dialout -p 1880:1880 --privileged=true --device=/dev/ttySZ3 --restart=always --name mynodered -u root:dialout nodered/node-red

Unable to find image 'nodered/node-red:latest' locally
latest: Pulling from nodered/node-red

docker: no matching manifest for linux/arm/v7 in the manifest list entries.

Because we've having difficulty getting the ARM containers to build on Node 20.

We're looking at options to resolve.

Please follow The newest latest didn't support linux/arm/v7 architecture · Issue #439 · node-red/node-red-docker · GitHub for updates.

Thank you for your guidance!~