Description
Hello,
I am trying to use smtp2graph in my infrastructure, but my server is running on an ARM64 architecture. When trying to pull the Docker image, it fails because there is no manifest available for this architecture.
Steps to Reproduce
Run the following command on an ARM64 machine:
docker pull evantrow/smtp2graph:latest
Error Message
latest: Pulling from evantrow/smtp2graph
no matching manifest for linux/arm64/v8 in the manifest list entries
Description
Hello,
I am trying to use
smtp2graphin my infrastructure, but my server is running on an ARM64 architecture. When trying to pull the Docker image, it fails because there is no manifest available for this architecture.Steps to Reproduce
Run the following command on an ARM64 machine:
Error Message