Confusion of build and host architecture
arch_all_host_architecture
is wrongly using the term "host" as it refers to what is being built for whereas what is meant here is where it is being built. We should rename this to arch_all_build_architecture
. There seem to be more misuses in the sbuild task.