mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 16:03:16 +00:00
[build] Use ubuntu 20.04 for Linux ARM builds
Authored by: bashonly
This commit is contained in:
parent
a0b19d319a
commit
9778ff9aa6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -197,7 +197,7 @@ jobs:
|
|||
GITHUB_WORKFLOW: build
|
||||
githubToken: ${{ github.token }} # To cache image
|
||||
arch: ${{ matrix.architecture }}
|
||||
distro: ubuntu18.04 # Standalone executable should be built on minimum supported OS
|
||||
distro: ubuntu20.04 # Standalone executable should be built on minimum supported OS
|
||||
dockerRunArgs: --volume "${PWD}/repo:/repo"
|
||||
install: | # Installing Python 3.10 from the Deadsnakes repo raises errors
|
||||
apt update
|
||||
|
|
Loading…
Reference in a new issue