Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Infer CPUs for tvOS and watchOS when on Apple Silicon
This PR contains the same logical change as bazelbuild@aaae8ce but for watchOS and tvOS. When on Apple Silicon, we should build for the right CPU architecture. This is `sim_arm64` for tvOS and `arm64` for watchOS. On a separate note, I'm not sure if `i386` should be the default architecture for watchOS anymore. I'm happy to change that to `x86_64` to align with all the other platforms if people agree. Closes bazelbuild#16547. PiperOrigin-RevId: 483997916 Change-Id: I67b7f2e2edac5184787f3c3511dc49bb4aeef108
- Loading branch information