When building in CI/Official and PRs, we should make our Host and Target properties explicit on the command line:
- HostArchitecture
- TargetArchitecture
- HostOS
- TargetOS
- HostRid
- TargetRid
Much of the time, many of these properties will match. But there is quite a lot of implicit behavior when inferring them in dev scenarios.