aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2020-01-19 07:51:38 -0500
committerAnthony Lavado <anthony@lavado.ca>2020-01-19 07:51:38 -0500
commit075dad87208fa7fdf2bdaaa54a7be842a038d422 (patch)
tree9445478cf1de3cd3f5487dd670aec19c8e65e839 /Dockerfile.arm
parentc618f3f8eb4ab58004dea94cd475438e555ce461 (diff)
Fix ARM images (#2302)
Allow for native building of Docker images. Use buildx if cross-compilation is needed.
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm4
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 0e6236628..97e02a17d 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -1,5 +1,3 @@
-# Requires binfm_misc registration
-# https://github.com/multiarch/qemu-user-static#binfmt_misc-register
ARG DOTNET_VERSION=3.1
@@ -23,9 +21,7 @@ RUN find . -type d -name obj | xargs -r rm -r
RUN dotnet publish Jellyfin.Server --configuration Release --output="/jellyfin" --self-contained --runtime linux-arm "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none"
-FROM multiarch/qemu-user-static:x86_64-arm as qemu
FROM debian:stretch-slim
-COPY --from=qemu /usr/bin/qemu-arm-static /usr/bin
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y ffmpeg \
libssl-dev \