Closed eliselavy closed 1 year ago
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:52e833b6372a1831725d0ed9fb63cde8bc798a47c27243507ed037615f406c78: not found
the error message is linked to a platform not being specified, I update the Docker file by adding this: --platform=linux/amd64
It seems like the image was expecting an x86 host architecture and you are in M1
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:52e833b6372a1831725d0ed9fb63cde8bc798a47c27243507ed037615f406c78: not found