mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-11 05:14:47 +00:00
[build] Create armv7l and aarch64 releases (#5449)
Closes #5436 Authored by: MrOctopus, pukkandan
This commit is contained in:
@@ -2006,9 +2006,10 @@ def system_identifier():
|
||||
with contextlib.suppress(OSError): # We may not have access to the executable
|
||||
libc_ver = platform.libc_ver()
|
||||
|
||||
return 'Python %s (%s %s) - %s (%s%s)' % (
|
||||
return 'Python %s (%s %s %s) - %s (%s%s)' % (
|
||||
platform.python_version(),
|
||||
python_implementation,
|
||||
platform.machine(),
|
||||
platform.architecture()[0],
|
||||
platform.platform(),
|
||||
ssl.OPENSSL_VERSION,
|
||||
|
Reference in New Issue
Block a user