Move gen-deb to Dockerfiles

This commit is contained in:
ReenigneArcher 2022-01-11 01:13:29 -05:00
parent 5dfd5d8027
commit b1030b6601
6 changed files with 10 additions and 2 deletions

View File

@ -37,3 +37,5 @@ COPY build-private.sh /root/build.sh
ENTRYPOINT ["/root/build.sh"]
ENTRYPOINT ["/root/sunshine-build/gen-deb"]

View File

@ -56,3 +56,5 @@ COPY build-private.sh /root/build.sh
ENTRYPOINT ["/root/build.sh"]
ENTRYPOINT ["/root/sunshine-build/gen-deb"]

View File

@ -40,3 +40,5 @@ COPY build-private.sh /root/build.sh
ENTRYPOINT ["/root/build.sh"]
ENTRYPOINT ["/root/sunshine-build/gen-deb"]

View File

@ -35,3 +35,5 @@ COPY build-private.sh /root/build.sh
ENTRYPOINT ["/root/build.sh"]
ENTRYPOINT ["/root/sunshine-build/gen-deb"]

View File

@ -35,3 +35,5 @@ COPY build-private.sh /root/build.sh
ENTRYPOINT ["/root/build.sh"]
ENTRYPOINT ["/root/sunshine-build/gen-deb"]

View File

@ -31,5 +31,3 @@ cd /root/sunshine-build
cmake "-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE" "-DSUNSHINE_EXECUTABLE_PATH=$SUNSHINE_EXECUTABLE_PATH" "-DSUNSHINE_ASSETS_DIR=$SUNSHINE_ASSETS_DIR" "-DSUNSHINE_ENABLE_WAYLAND=$SUNSHINE_ENABLE_WAYLAND" "-DSUNSHINE_ENABLE_X11=$SUNSHINE_ENABLE_X11" "-DSUNSHINE_ENABLE_DRM=$SUNSHINE_ENABLE_DRM" "-DSUNSHINE_ENABLE_CUDA=$SUNSHINE_ENABLE_CUDA" "$SUNSHINE_ROOT"
make -j ${nproc}
./gen-deb