Skip to content

Commit f94b78c

Browse files
committed
fix: Docs
1 parent 1dfc4b5 commit f94b78c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/download_artifacts.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ def get_platform_identifier(target_arch=None):
4444
"""Get the full platform identifier (arch-os) for the current system or target.
4545
4646
Args:
47-
target_arch: Optional target architecture. If provided, overrides auto-detection.
48-
For macOS: 'universal2', 'arm64', or 'x86_64'
47+
target_arch: Optional target architecture.
48+
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'
4952
5053
Returns one of:
5154
- universal-apple-darwin (for macOS universal)

0 commit comments

Comments
 (0)