Docker compose error on rpi4

I am getting this error then tryting to run docker compose on my rpi4

Pulling amd (halianelf/amd:)...
latest: Pulling from halianelf/amd
no matching manifest for linux/arm64/v8 in the manifest list entries
2021-10-14 11:23:53 [FATAL ]   Failed run compose script.
Failing command: sh "/tmp/tmp.WQymGY2mK4" "up -d --remove-orphans"
DockSTARTer did not finish running successfully.


What am I doing wrong?

Looks like there is no support for arm 64 bit OS .

I uninstall docker then reinstall it again, now it works.