# syntax=docker/dockerfile:1 # Learn about building .NET container images: # https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0-noble-aot-amd64 AS build ARG TARGETARCH WORKDIR /source # Add the Ubuntu sources list for the target architecture COPY <