Overview
As of now, flatcar-linux on bare-metal only supports the amd64 architecture since the "amd64-usr" string is hardcoded everywhere in the code. I would like to change this and create an optional variable, which would default to amd64, to let an user choose his architecture and make typhoon with flatcar-linux on bare metal compatible with the aarch64 architecture.
Motivation
I am currently working on an aarch64 cluster and would like to make some changes which would make typhoon with flatcar-linux on bare-metal compatible with the aarch64 architecture.