Move gen-deb to Dockerfiles
This commit is contained in:
@@ -37,3 +37,5 @@ COPY build-private.sh /root/build.sh
|
||||
|
||||
|
||||
ENTRYPOINT ["/root/build.sh"]
|
||||
|
||||
ENTRYPOINT ["/root/sunshine-build/gen-deb"]
|
||||
|
||||
@@ -56,3 +56,5 @@ COPY build-private.sh /root/build.sh
|
||||
|
||||
|
||||
ENTRYPOINT ["/root/build.sh"]
|
||||
|
||||
ENTRYPOINT ["/root/sunshine-build/gen-deb"]
|
||||
|
||||
@@ -40,3 +40,5 @@ COPY build-private.sh /root/build.sh
|
||||
|
||||
|
||||
ENTRYPOINT ["/root/build.sh"]
|
||||
|
||||
ENTRYPOINT ["/root/sunshine-build/gen-deb"]
|
||||
|
||||
@@ -35,3 +35,5 @@ COPY build-private.sh /root/build.sh
|
||||
|
||||
|
||||
ENTRYPOINT ["/root/build.sh"]
|
||||
|
||||
ENTRYPOINT ["/root/sunshine-build/gen-deb"]
|
||||
|
||||
@@ -35,3 +35,5 @@ COPY build-private.sh /root/build.sh
|
||||
|
||||
|
||||
ENTRYPOINT ["/root/build.sh"]
|
||||
|
||||
ENTRYPOINT ["/root/sunshine-build/gen-deb"]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user