From b3fc995977cd5f76b28013e03bfd5992c99d1364 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 24 Nov 2019 15:10:38 -0500 Subject: Add bad web build branch hotfix I hate this quick and dirty hack but it makes no sense to port to master. This fixes a bug whereby we'd build with the master Web branch on releases due to never checking out the right branch. This is already obsoleted in the master branch since #1925 already replaces this entire process for Debuntu builds, and others should be fixed with a more robust solution. That said, for the 10.4.z release chain, this ultra-quick solution fixes the problem without changing much. --- deployment/linux-x64/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'deployment/linux-x64/Dockerfile') diff --git a/deployment/linux-x64/Dockerfile b/deployment/linux-x64/Dockerfile index d634b55de9..44ded66ec8 100644 --- a/deployment/linux-x64/Dockerfile +++ b/deployment/linux-x64/Dockerfile @@ -9,6 +9,7 @@ ENV SOURCE_DIR=/jellyfin ENV ARTIFACT_DIR=/dist ENV DEB_BUILD_OPTIONS=noddebs ENV ARCH=amd64 +ENV web_branch=release-10.4.z # Prepare Debian build environment RUN apt-get update \ -- cgit v1.2.3