aboutsummaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-04-09 11:46:16 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-04-09 11:46:16 -0400
commit406d087a465dd62ad376124fcb53692b1f666aef (patch)
tree4e968099fc825612b496cc778ad7902a6329dab5 /deployment
parentb0e80b486b5a5047f78afd1f680b354daed94542 (diff)
Correct ARCH var in Ubuntu Dockerfiles
Diffstat (limited to 'deployment')
-rw-r--r--deployment/Dockerfile.ubuntu.arm642
-rw-r--r--deployment/Dockerfile.ubuntu.armhf2
2 files changed, 2 insertions, 2 deletions
diff --git a/deployment/Dockerfile.ubuntu.arm64 b/deployment/Dockerfile.ubuntu.arm64
index e34ef7edd..f91b91cd4 100644
--- a/deployment/Dockerfile.ubuntu.arm64
+++ b/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
diff --git a/deployment/Dockerfile.ubuntu.armhf b/deployment/Dockerfile.ubuntu.armhf
index 6f92c81ab..85414614c 100644
--- a/deployment/Dockerfile.ubuntu.armhf
+++ b/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