Skip to content

Commit 25dab1e

Browse files
authored
Add linux aarch64 Python 3.13 builds for domains (#5879)
We have 3.13 Aarch64 builds in core for couple of days now : https://hud2.pytorch.org/hud/pytorch/pytorch/nightly/1?per_page=50&name_filter=3_13&mergeLF=true Hence enabling for domains.
1 parent 2708858 commit 25dab1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def generate_wheels_matrix(
495495
if os == LINUX:
496496
# NOTE: We only build manywheel packages for linux
497497
package_type = "manywheel"
498-
if channel == NIGHTLY and (os == LINUX or os == MACOS_ARM64):
498+
if channel == NIGHTLY and (os == LINUX or os == MACOS_ARM64 or os == LINUX_AARCH64):
499499
python_versions += ["3.13"]
500500

501501
upload_to_base_bucket = "yes"

0 commit comments

Comments
 (0)