Skip to content

Commit

Permalink
buildingfor
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleonm committed Nov 26, 2024
1 parent 4b54d4c commit f196196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS Build
LABEL maintainer="David Leon <david.leon.m@gmail.com>"

# 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
Expand Down

0 comments on commit f196196

Please sign in to comment.