Skip to content

Commit

Permalink
from RID linus-x64 to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Jan 24, 2024
1 parent daa6338 commit 75590ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ WORKDIR "/src/SqlBuildManager.Console"
FROM build AS publish
RUN dotnet clean
RUN dotnet nuget locals all --clear
RUN dotnet publish "sbm.csproj" --configuration Release -f net8.0 -o /app/publish -r linux-x64 --self-contained
RUN dotnet publish "sbm.csproj" --configuration Release -f net8.0 -o /app/publish -r linux --self-contained

FROM base AS final
WORKDIR /app
Expand Down

0 comments on commit 75590ff

Please sign in to comment.