Browse Source

Correct ARCH var in Ubuntu Dockerfiles

Joshua M. Boniface 5 năm trước cách đây
mục cha
commit
406d087a46
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      deployment/Dockerfile.ubuntu.arm64
  2. 1 1
      deployment/Dockerfile.ubuntu.armhf

+ 1 - 1
deployment/Dockerfile.ubuntu.arm64

@@ -7,7 +7,7 @@ ARG SDK_VERSION=3.1
 ENV SOURCE_DIR=/jellyfin
 ENV ARTIFACT_DIR=/dist
 ENV DEB_BUILD_OPTIONS=noddebs
-ENV ARCH=arm64
+ENV ARCH=amd64
 ENV IS_DOCKER=YES
 
 # Prepare Debian build environment

+ 1 - 1
deployment/Dockerfile.ubuntu.armhf

@@ -7,7 +7,7 @@ ARG SDK_VERSION=3.1
 ENV SOURCE_DIR=/jellyfin
 ENV ARTIFACT_DIR=/dist
 ENV DEB_BUILD_OPTIONS=noddebs
-ENV ARCH=armhf
+ENV ARCH=amd64
 ENV IS_DOCKER=YES
 
 # Prepare Debian build environment