We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8baae commit fe1f37cCopy full SHA for fe1f37c
src/infra/docs-lambda-index-publisher/lambda.DockerFile
@@ -31,4 +31,4 @@ RUN arch=$TARGETARCH \
31
&& if [ "$arch" = "amd64" ]; then arch="x64"; fi \
32
&& echo $TARGETOS-$arch > /tmp/rid
33
34
-RUN dotnet publish src/infra/docs-lambda-index-publisher -r $(cat /tmp/rid) -c Release
+RUN dotnet publish src/infra/docs-lambda-index-publisher -r linux-x64 -c Release
0 commit comments