make docker-image
is not working for arm64
local machines
#921
Labels
kind/bug
Bug
priority/3
Priority (lower number equals higher priority)
status/closed
Issue is closed (either delivered or triaged)
How to categorize this issue?
/area dev-productivity
/kind bug
/priority 3
What happened:
Currently
make docker-image
is not working when it is executed from arm64 machines.What you expected to happen:
The created image should run successfully on landscapes
How to reproduce it (as minimally and precisely as possible):
Execute from a
arm64
local machineAnything else we need to know?:
This is happening because the current implementation of it does not specify the target platform for the image.
Giving the specific platform where image will be running (
amd64
) for must clusters in our landscapes will solve the problem.Environment:
kubectl version
):PRs:
The text was updated successfully, but these errors were encountered: