File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
s3-uploader/runtimes/dotnet8_aot_on_provided_al2023 Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ container-uploader/*.zip
77s3-uploader /node_modules
88s3-uploader /runtimes /rust_on_provided_al2 /target
99s3-uploader /runtimes /rust_on_provided_al2023 /target
10- s3-uploader /runtimes /dotnetcore31 /src /obj
11- s3-uploader /runtimes /dotnet6 /src /obj
10+ s3-uploader /runtimes /dotnet * /src /obj
1211s3-uploader /runtimes /java21 /.gradle
1312s3-uploader /runtimes /java21 /build
1413s3-uploader /runtimes /java21 /bin
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ COPY src .
66RUN yum update -y && yum install -y clang zlib-devel krb5-devel openssl-devel zip gzip tar wget
77RUN wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh && chmod +x ./dotnet-install.sh && ./dotnet-install.sh --version latest
88ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
9+ ENV SSL_CERT_FILE=/tmp/noop
910RUN /root/.dotnet/dotnet publish --configuration Release --arch $ARCH --output /tmp/publish
1011RUN zip -j /tmp/code.zip /tmp/publish/bootstrap
1112
Original file line number Diff line number Diff line change 11{
22 "configuration" : " Release" ,
3+ "environment-variables" : " SSL_CERT_FILE=/tmp/noop" ,
34 "framework" : " net8.0" ,
45 "function-runtime" : " provided.al2023" ,
56 "function-memory-size" : 256 ,
You can’t perform that action at this time.
0 commit comments