More comment on ARM build

This commit is contained in:
nicolas.dorier
2018-11-23 14:02:44 +09:00
parent f65492dd66
commit 4c1fd3edae

View File

@@ -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