CI: Remove experimental aarch64 support in build script

This commit is contained in:
PatTheMav
2024-09-13 23:50:05 +02:00
committed by Ryan Foster
parent fd63da92ee
commit 51f24cb82a
2 changed files with 0 additions and 15 deletions

View File

@@ -64,18 +64,6 @@ popd
log_group 'Installing obs-studio build dependencies from apt...'
local suffix
if [[ ${CPUTYPE} != ${target##*-} ]] {
local -A arch_mappings=(
aarch64 arm64
x86_64 amd64
)
suffix=":${arch_mappings[${target##*-}]}"
sudo apt-get install -y --no-install-recommends \
gcc-${${target##*-}//_/-}-linux-gnu g++-${${target##*-}//_/-}-linux-gnu
}
sudo apt-get install -y --no-install-recommends \
build-essential libglib2.0-dev \
lsb-release dh-cmake \