" no matching manifest for linux/arm/v6 in the manifest list entries" Error while trying to install portainer on raspberry pi zero w

I have been searching up articles, but to no avail I still couldn't resolve this problem.

I am running docker on my raspberry pi zero w and want to install portainer

when i used this command

"sudo docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest"

it returns with an error of "Unable to find image 'portainer/portainer-ce:latest' locally

latest: Pulling from portainer/portainer-ce

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

See 'docker run --help'."

how do i resolve this?