diff options
Diffstat (limited to 'deployment/ubuntu-package-x64')
| -rw-r--r-- | deployment/ubuntu-package-x64/Dockerfile | 1 | ||||
| -rwxr-xr-x | deployment/ubuntu-package-x64/docker-build.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/deployment/ubuntu-package-x64/Dockerfile b/deployment/ubuntu-package-x64/Dockerfile index 1749d2ad04..a0e2802e65 100644 --- a/deployment/ubuntu-package-x64/Dockerfile +++ b/deployment/ubuntu-package-x64/Dockerfile @@ -7,6 +7,7 @@ ARG ARTIFACT_DIR=/dist ENV SOURCE_DIR=/jellyfin ENV ARTIFACT_DIR=/dist ENV DEB_BUILD_OPTIONS=noddebs +ENV web_branch=release-10.4.z # Prepare Ubuntu build environment RUN apt-get update \ diff --git a/deployment/ubuntu-package-x64/docker-build.sh b/deployment/ubuntu-package-x64/docker-build.sh index 97bc45a060..ce70f28a86 100755 --- a/deployment/ubuntu-package-x64/docker-build.sh +++ b/deployment/ubuntu-package-x64/docker-build.sh @@ -17,7 +17,7 @@ web_target="${SOURCE_DIR}/MediaBrowser.WebDashboard/jellyfin-web" git clone https://github.com/jellyfin/jellyfin-web.git ${web_build_dir}/ pushd ${web_build_dir} if [[ -n ${web_branch} ]]; then - checkout -b origin/${web_branch} + git checkout origin/${web_branch} fi yarn install mkdir -p ${web_target} |
