buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then dotnet restore src/fhir-candle/fhir-candle.csproj --arch linux-x64; dotnet publish src/fhir-candle/fhir-candle.csproj -c Release -o out --framework net8.0 --arch linux-x64; elif [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then dotnet restore src/fhir-candle/fhir-candle.csproj --arch linux-arm64; dotnet publish src/fhir-candle/fhir-candle.csproj -c Release -o out --framework net8.0 --arch linux-arm64; elif [ \"$TARGETPLATFORM\" = \"windows/x64\" ]; then dotnet restore src/fhir-candle/fhir-candle.csproj --arch win-x64; dotnet publish src/fhir-candle/fhir-candle.csproj -c Release -o out --framework net8.0 --arch win-x64; elif [ \"$TARGETPLATFORM\" = \"windows/arm64\" ]; then dotnet restore src/fhir-candle/fhir-candle.csproj --arch win-arm64; dotnet publish src/fhir-candle/fhir-candle.csproj -c Release -o out --framework net8.0 --arch win-arm64; elif [ \"$TARGETPLATFORM\" = \"darwin/x64\" ]; then dotnet restore src/fhir-candle/fhir-candle.csproj --arch osx-x64; dotnet publish src/fhir-candle/fhir-candle.csproj -c Release -o out --framework net8.0 --arch osx-x64; elif [ \"$TARGETPLATFORM\" = \"darwin/arm64\" ]; then dotnet restore src/fhir-candle/fhir-candle.csproj --arch osx-arm64; dotnet publish src/fhir-candle/fhir-candle.csproj -c Release -o out --framework net8.0 --arch osx-arm64; else dotnet restore src/fhir-candle/fhir-candle.csproj --framework net8.0; dotnet publish src/fhir-candle/fhir-candle.csproj -c Release -o out --framework net8.0; fi;" did not complete successfully: exit code: 139