tinkerbell/hook

KConfig_amd64 uses arm64 architecture instead

ikyrycho opened this issue · 1 comments

Kernel/Makefile has a typo and uses arm64 instead of amd64

Expected Behaviour

https://github.com/tinkerbell/hook/blob/main/kernel/Makefile#L277 should use --platform=amd64 architecture in both cases.

Current Behaviour

https://github.com/tinkerbell/hook/blob/main/kernel/Makefile#L286 is using arm64 architecture for target that has amd64 in it's name.

Context

amd64 container is trying to build arm64 container, which leads to errors during container building, because all bash commands are failing