From f1961969ebaa4cb1eb94809edb6a69d2caa2ed1b Mon Sep 17 00:00:00 2001 From: David Date: Tue, 26 Nov 2024 13:23:39 +0100 Subject: [PATCH] buildingfor --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11a87ed..bc4b611 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS Build LABEL maintainer="David Leon " # Message to show the platform -RUN echo "Building for $TARGETPLATFORM" +RUN echo "Building for $BUILDPLATFORM" # Global args re-mapped for this stage ARG INCLUDE_NPM_ARG