0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/CI/linux
Grant Likely 8779f052fd CI: fix build on non-x86 Linux platforms
The CI build script is useful to build OBS Studio even outside the CI
environment. However, the current script hard codes adding the 'amd64'
architecture to dpkg, the Debian/Ubuntu package management database.
This breaks the system when run on non-x86 machines. e.g., a
linux-aarch64 VM running on an Apple silicon macbook. Fixing the system
requires telling dpkg to remove 'amd64' again with 'sudo dpkg
--remove-architecture amd64'

As the CI build always runs on an amd64 machine, adding amd64 is not
necessary and can be safely removed.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2022-10-01 16:06:39 -07:00
..
01_install_dependencies.sh CI: fix build on non-x86 Linux platforms 2022-10-01 16:06:39 -07:00
02_build_obs.sh CI: Disable new mpegts output for linux 2022-07-30 17:03:20 +02:00
03_package_obs.sh CI: Fix packaging scripts 2022-08-01 21:38:56 -04:00