mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-29 19:04:40 +01:00
Use manifest image for building arm images
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user