Consider default platform selections, windows/amd64 may not be the best default on Windows #534
Labels
kind/bug
Some behavior is incorrect or out of spec
p1
A bug severe enough to be the next item assigned to an engineer
resolution/fixed
This issue was fixed
Milestone
The Image v4 resource defaults to,
platform: "windows/amd64"
on Windows assuming #535 is fixed, resulting in errors when building. The default platform behavior of the Docker daemon seems correct whenplatform: ""
(the empty string).The default behavior here may be the correct one, though we ought to investigate what macOS platforms perform here and what default is best there.
Given the same program as in #535:
With this Dockerfile:
Results in this error:
The text was updated successfully, but these errors were encountered: