Skip to content

Commit

Permalink
fix(docker): fix arm64 builds (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Apr 5, 2024
1 parent cd46565 commit 89207a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions docker/fedora-38.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ dnf -y group install "Development Tools"
dnf -y install \
boost-devel-1.78.0* \
cmake-3.27.* \
doxygen \
gcc-13.2.* \
gcc-c++-13.2.* \
git \
graphviz \
libappindicator-gtk3-devel \
libcap-devel \
libcurl-devel \
Expand All @@ -60,7 +58,6 @@ dnf -y install \
openssl-devel \
opus-devel \
pulseaudio-libs-devel \
python3.10 \
rpm-build \
wget \
which \
Expand Down Expand Up @@ -110,6 +107,7 @@ cmake \
-DBUILD_WERROR=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DTESTS_ENABLE_PYTHON_TESTS=OFF \
-DSUNSHINE_ASSETS_DIR=share/sunshine \
-DSUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine \
-DSUNSHINE_ENABLE_WAYLAND=ON \
Expand Down
4 changes: 1 addition & 3 deletions docker/fedora-39.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ dnf -y group install "Development Tools"
dnf -y install \
boost-devel-1.81.0* \
cmake-3.27.* \
doxygen \
gcc-13.2.* \
gcc-c++-13.2.* \
git \
graphviz \
libappindicator-gtk3-devel \
libcap-devel \
libcurl-devel \
Expand All @@ -60,7 +58,6 @@ dnf -y install \
openssl-devel \
opus-devel \
pulseaudio-libs-devel \
python3.11 \
rpm-build \
wget \
which \
Expand Down Expand Up @@ -117,6 +114,7 @@ cmake \
-DBUILD_WERROR=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DTESTS_ENABLE_PYTHON_TESTS=OFF \
-DSUNSHINE_ASSETS_DIR=share/sunshine \
-DSUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine \
-DSUNSHINE_ENABLE_WAYLAND=ON \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-24.04.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4
# artifacts: true
# platforms: linux/amd64,linux/arm64/v8
# platforms: linux/amd64
# platforms_pr: linux/amd64
# no-cache-filters: sunshine-base,artifacts,sunshine
ARG BASE=ubuntu
Expand Down

0 comments on commit 89207a1

Please sign in to comment.