fix(docker): fix arm64 builds (#2368)
This commit is contained in:
parent
cd465652f0
commit
89207a13f2
3 changed files with 3 additions and 7 deletions
|
|
@ -32,11 +32,9 @@ dnf -y group install "Development Tools"
|
||||||
dnf -y install \
|
dnf -y install \
|
||||||
boost-devel-1.78.0* \
|
boost-devel-1.78.0* \
|
||||||
cmake-3.27.* \
|
cmake-3.27.* \
|
||||||
doxygen \
|
|
||||||
gcc-13.2.* \
|
gcc-13.2.* \
|
||||||
gcc-c++-13.2.* \
|
gcc-c++-13.2.* \
|
||||||
git \
|
git \
|
||||||
graphviz \
|
|
||||||
libappindicator-gtk3-devel \
|
libappindicator-gtk3-devel \
|
||||||
libcap-devel \
|
libcap-devel \
|
||||||
libcurl-devel \
|
libcurl-devel \
|
||||||
|
|
@ -60,7 +58,6 @@ dnf -y install \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
opus-devel \
|
opus-devel \
|
||||||
pulseaudio-libs-devel \
|
pulseaudio-libs-devel \
|
||||||
python3.10 \
|
|
||||||
rpm-build \
|
rpm-build \
|
||||||
wget \
|
wget \
|
||||||
which \
|
which \
|
||||||
|
|
@ -110,6 +107,7 @@ cmake \
|
||||||
-DBUILD_WERROR=ON \
|
-DBUILD_WERROR=ON \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DTESTS_ENABLE_PYTHON_TESTS=OFF \
|
||||||
-DSUNSHINE_ASSETS_DIR=share/sunshine \
|
-DSUNSHINE_ASSETS_DIR=share/sunshine \
|
||||||
-DSUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine \
|
-DSUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine \
|
||||||
-DSUNSHINE_ENABLE_WAYLAND=ON \
|
-DSUNSHINE_ENABLE_WAYLAND=ON \
|
||||||
|
|
|
||||||
|
|
@ -32,11 +32,9 @@ dnf -y group install "Development Tools"
|
||||||
dnf -y install \
|
dnf -y install \
|
||||||
boost-devel-1.81.0* \
|
boost-devel-1.81.0* \
|
||||||
cmake-3.27.* \
|
cmake-3.27.* \
|
||||||
doxygen \
|
|
||||||
gcc-13.2.* \
|
gcc-13.2.* \
|
||||||
gcc-c++-13.2.* \
|
gcc-c++-13.2.* \
|
||||||
git \
|
git \
|
||||||
graphviz \
|
|
||||||
libappindicator-gtk3-devel \
|
libappindicator-gtk3-devel \
|
||||||
libcap-devel \
|
libcap-devel \
|
||||||
libcurl-devel \
|
libcurl-devel \
|
||||||
|
|
@ -60,7 +58,6 @@ dnf -y install \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
opus-devel \
|
opus-devel \
|
||||||
pulseaudio-libs-devel \
|
pulseaudio-libs-devel \
|
||||||
python3.11 \
|
|
||||||
rpm-build \
|
rpm-build \
|
||||||
wget \
|
wget \
|
||||||
which \
|
which \
|
||||||
|
|
@ -117,6 +114,7 @@ cmake \
|
||||||
-DBUILD_WERROR=ON \
|
-DBUILD_WERROR=ON \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DTESTS_ENABLE_PYTHON_TESTS=OFF \
|
||||||
-DSUNSHINE_ASSETS_DIR=share/sunshine \
|
-DSUNSHINE_ASSETS_DIR=share/sunshine \
|
||||||
-DSUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine \
|
-DSUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine \
|
||||||
-DSUNSHINE_ENABLE_WAYLAND=ON \
|
-DSUNSHINE_ENABLE_WAYLAND=ON \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1.4
|
# syntax=docker/dockerfile:1.4
|
||||||
# artifacts: true
|
# artifacts: true
|
||||||
# platforms: linux/amd64,linux/arm64/v8
|
# platforms: linux/amd64
|
||||||
# platforms_pr: linux/amd64
|
# platforms_pr: linux/amd64
|
||||||
# no-cache-filters: sunshine-base,artifacts,sunshine
|
# no-cache-filters: sunshine-base,artifacts,sunshine
|
||||||
ARG BASE=ubuntu
|
ARG BASE=ubuntu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue