Update CI workflow to target ARM64 platform and clean up Dockerfile

This commit is contained in:
2025-02-16 10:30:59 -03:00
parent a044faa163
commit 77f4ada5f1
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ WORKDIR /app
EXPOSE 8080
EXPOSE 8081
# This stage is used to build the service project
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release