scottyhardy / docker-wine

Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS
MIT License
889 stars 152 forks source link

help no matching manifest for linux/arm64/v8 in the manifest list entries #165

Open exilio1 opened 5 months ago

exilio1 commented 5 months ago

I need help,

I'm trying to build an image with a dockerfile on raspberry pi 4, and I get this error

Sending build context to Docker daemon 11.26kB Step 1/32 : FROM scottyhardy/docker-wine latest: Pulling from scottyhardy/docker-wine no matching manifest for linux/arm64/v8 in the manifest list entries

can you help me.

exilio1 commented 5 months ago

i solved the problem by doing FROM --platform=Linux/x86_64 scottyhardy/docker-wine