Explorar o código

Fix Sunshine version number

penta hai 4 semanas
pai
achega
5b0a5b897c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Dockerfile

+ 4 - 0
Dockerfile

@@ -120,6 +120,10 @@ RUN cd /src/sunshine && \
         --skip-cuda \
         --step=deps
 
+ENV BRANCH=master
+ENV BUILD_VERSION=${SUNSHINE_VERSION}
+ENV COMMIT=${SUNSHINE_REF}
+
 # Remplacement du FFmpeg précompilé de LizardByte par le nôtre.
 COPY --from=ffmpeg-build /opt/build-deps/ffmpeg /tmp/custom-ffmpeg