From 5d978c76700736f26fccfc8e9351b487d3879d81 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 23 Nov 2018 13:58:21 +0900 Subject: [PATCH] Use manifest image for building arm images --- Dockerfile.linuxarm32v7 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.linuxarm32v7 b/Dockerfile.linuxarm32v7 index 4d692881f..2f47eb9c8 100644 --- a/Dockerfile.linuxarm32v7 +++ b/Dockerfile.linuxarm32v7 @@ -1,4 +1,5 @@ -FROM microsoft/dotnet:2.1.500-sdk-bionic-arm32v7 AS builder +## This is a manifest image, will pull the image with the same arch as the host +FROM microsoft/dotnet:2.1.500-sdk AS builder RUN dotnet --info WORKDIR /source COPY BTCPayServer/BTCPayServer.csproj BTCPayServer.csproj