Add a custom value "os.arch" of System.getProperty("os.arch")
Something like:
buildScan.value("os.arch", providers.systemProperty("os.arch").get())
This will help compare build times from Intel machines, compared to ARM based machines.
Also, will help see if certain failures are more common on one or the other.