This PR adds the architecture being built for to the cache path. I was running into an issue running AutoPkg recipes with concurrency where the x86 and arm64 builds for Docker would read/write from/to the same cache path, resulting in some weird behaviour. This fix would mean that those recipe runs are granted different folders for assembling the pkg.
This PR adds the architecture being built for to the cache path. I was running into an issue running AutoPkg recipes with concurrency where the x86 and arm64 builds for Docker would read/write from/to the same cache path, resulting in some weird behaviour. This fix would mean that those recipe runs are granted different folders for assembling the pkg.