mstorsjo / llvm-mingw

An LLVM/Clang/LLD based mingw-w64 toolchain
Other
1.75k stars 176 forks source link

Unable to run the latest docker image #405

Closed vylsaz closed 4 months ago

vylsaz commented 4 months ago

It says

Unable to pull mstorsjo/llvm-mingw:latest
no matching manifest for linux/amd64 in the manifest list entries

on docker desktop.

mstorsjo commented 4 months ago

Hmm, sorry about that, we’ve tried to add arm64 images in addition to the usual amd64 ones, but apparently something about the way they’re made and uploaded isn’t entirely right…

mstorsjo commented 4 months ago

This issue should now have been resolved; the mstorsjo/llvm-mingw:latest (and 20240221) image should now work as a proper multi-platform image: https://hub.docker.com/r/mstorsjo/llvm-mingw/tags

vylsaz commented 4 months ago

Nice, thank you!