Commit fa82b68
authored
feat(python): add arm64e-apple-darwin platform support (#3535)
MacOS supported architectures include x86_64, arm64 and arm64e. While
unusual, there are certain edge cases that require setting the host
platform to arm64e, in which case we probably want the python toolchain
resolution to happen properly. So we're adding a new platform in this
commit that will match the same arm64 toolchain on arm64e platform.1 parent 889e5ac commit fa82b68
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1127 | 1127 | | |
1128 | 1128 | | |
1129 | 1129 | | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
1130 | 1138 | | |
1131 | 1139 | | |
1132 | 1140 | | |
| |||
0 commit comments