Issue with updating HA using Docker

Hi,
I have been updating HA every once in a while using Docker:

sudo docker image pull ghrc.io/home-assistant/home-assistant
That used to work fine. But now Im’m getting an error message:
‘no matching manifest for linux/arm/v7 in manifest list entries’
I am running a 64 bit version 25.07 of HA on RasPI
Does anyone have a clue ?

– Paul

Found the solution. Or at least a solution: I added the line:
platform: linux/arm64
in the docker-compose.yaml file. If I then so a “docker-compose pull” it works.
Not sure why it all of a sudden things it is a 32 bit…

– Paul

Ran into the same issue, fixed it with your help. Thanks.

More info about why:

Did not fix it for me.
My OS Raspbian GNU/Linux 11 is to old, doesn’t support 64 bit images.

I pinned the version to 2025.11.3 for now.