mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-03 22:24:27 +01:00
More comment on ARM build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user