How change the docker image for home assistant

Hello
i have made an installation of home assistant supervised on raspbian on pi4
but I have made a mistake I have select raspberry pi 4 64 bit and it’s seems it’s not work because I’m in 32 bits
22-02-09 22:25:03 INFO (SyncWorker_1) [supervisor.docker.interface] Restarting ghcr.io/home-assistant/raspberrypi4-64-homeassistant

22-02-09 22:25:03 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready

22-02-09 22:25:08 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!

I would like delete the image raspberrypi4-64 download the 32 bit but I don’t find where I can change this …
if I delete the image with docker image
after I try : ha supervisor repair …
I’m in a loop the supervisor download the raspberry-64 …
I don’t find the configuration file to said to the supervisor I’m not in 64! and try to repair with the 32bit version …
thanks for your help …

i have find :
root@picommon:/etc# cat hassio.json
{
“supervisor”: “ghcr.io/home-assistant/armv7-hassio-supervisor”,
“machine”: “raspberrypi4”,
“data”: “/usr/share/hassio”
}

but is well raspberrypi4
I really don’t understand when I try to start the core it is based on the rapsberrypi4-64

find the solution … I have reinstall the raspbian in 64 bit and now it’s works

For anyone else struggling with this, I too tried a few methods including the one above. You just have to reinstall the package.

  1. sudo dpkg --purge homeassistant-supervised
  2. sudo dpkg -i homeassistant-supervised.deb (then follow the configuration menus)

I also tried reconfiguring the package to begin with but this DID NOT WORK (even after rebooting) sudo dpkg-reconfigure homeassistant-supervised - maybe this feature is not implemented yet?

Hope this helps someone!