Skip to content

Commit

Permalink
ARG TARGETARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
cherchyk committed Feb 12, 2024
1 parent b66848c commit 979f376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Service.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ARG RUN_IMAGE_TAG="7.0-alpine"

FROM mcr.microsoft.com/dotnet/sdk:$BUILD_IMAGE_TAG AS build
ARG BUILD_CONFIGURATION=Release
ARG TARGETARCH
WORKDIR /src
COPY ["service/Service/Service.csproj", "service/Service/"]
RUN dotnet restore "./service/Service/./Service.csproj"
Expand Down

0 comments on commit 979f376

Please sign in to comment.