From 4c1fd3edaeee1609e3b0bb61223983543beceb8e Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 23 Nov 2018 14:02:44 +0900 Subject: [PATCH] More comment on ARM build --- Dockerfile.linuxarm32v7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linuxarm32v7 b/Dockerfile.linuxarm32v7 index cfb4a77bf..55b59571f 100644 --- a/Dockerfile.linuxarm32v7 +++ b/Dockerfile.linuxarm32v7 @@ -10,7 +10,7 @@ COPY BTCPayServer/. . RUN dotnet publish -c Release -r linux-arm -o /app/ /p:ShowLinkerSizeComparison=true -## runtime +## We force the host to use an ARM image. This is fine also on x64 as long as the builder does not call any program FROM microsoft/dotnet:2.1.6-aspnetcore-runtime-stretch-slim-arm32v7 AS runtime ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT false