diff options
author | MrOctopus <shock.game@hotmail.com> | 2022-11-11 02:49:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 07:19:24 +0530 |
commit | 17fc3dc48af968e28c23197ed06542fdb47aba2b (patch) | |
tree | f0cf3623f21ce704c3eb5e894a70b518cbc31e31 /README.md | |
parent | 3f5c216969165c4a0583a4795e4d15325dc009d4 (diff) | |
download | hypervideo-pre-17fc3dc48af968e28c23197ed06542fdb47aba2b.tar.lz hypervideo-pre-17fc3dc48af968e28c23197ed06542fdb47aba2b.tar.xz hypervideo-pre-17fc3dc48af968e28c23197ed06542fdb47aba2b.zip |
[build] Create armv7l and aarch64 releases (#5449)
Closes #5436
Authored by: MrOctopus, pukkandan
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -201,6 +201,8 @@ File|Description [yt-dlp_min.exe](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_min.exe)|Windows (Win7 SP1+) standalone x64 binary built with `py2exe`<br/> ([Not recommended](#standalone-py2exe-builds-windows)) [yt-dlp_linux](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux)|Linux standalone x64 binary [yt-dlp_linux.zip](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux.zip)|Unpackaged Linux executable (no auto-update) +[yt-dlp_linux_armv7l](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux_armv7l)|Linux standalone armv7l (32-bit) binary +[yt-dlp_linux_aarch64](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux_aarch64)|Linux standalone aarch64 (64-bit) binary [yt-dlp_win.zip](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_win.zip)|Unpackaged Windows executable (no auto-update) [yt-dlp_macos.zip](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_macos.zip)|Unpackaged MacOS (10.15+) executable (no auto-update) [yt-dlp_macos_legacy](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_macos_legacy)|MacOS (10.9+) standalone x64 executable |