We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfc4b5 commit f94b78cCopy full SHA for f94b78c
scripts/download_artifacts.py
@@ -44,8 +44,11 @@ def get_platform_identifier(target_arch=None):
44
"""Get the full platform identifier (arch-os) for the current system or target.
45
46
Args:
47
- target_arch: Optional target architecture. If provided, overrides auto-detection.
48
- For macOS: 'universal2', 'arm64', or 'x86_64'
+ target_arch: Optional target architecture.
+ If provided, overrides auto-detection.
49
+ For macOS: 'universal2', 'arm64', or 'x86_64'
50
+ For Linux: 'aarch64' or 'x86_64'
51
+ For Windows: 'arm64' or 'x64'
52
53
Returns one of:
54
- universal-apple-darwin (for macOS universal)
0 commit comments