[build] Use ubuntu 20.04 for Linux ARM builds

Authored by: bashonly
This commit is contained in:
bashonly 2023-11-21 16:03:42 -06:00
parent a0b19d319a
commit 9778ff9aa6
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -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