ldez / seihon

A simple tool to build and publish multi-arch images on the Docker Hub.
Other
21 stars 1 forks source link

The requested image's platform does not match the detected host platform and no specific platform was requested #20

Closed andig closed 2 weeks ago

andig commented 2 years ago

Consider this build log from Github: https://github.com/evcc-io/evcc/runs/5268484862?check_suite_focus=true

Warning: rning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested

Does this indicate that the dockerized build might be missing a target platform switch in addition to the selected base image?