Skip to content

Commit a7d3e00

Browse files
authored
support java11 runtime for lambda (#1001)
1 parent 2156bcc commit a7d3e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
aws lambda publish-layer-version \
110110
--layer-name ${{ env.LAYER_NAME }} \
111111
--content S3Bucket=${{ env.BUCKET_NAME }},S3Key=aws-opentelemetry-java-layer.zip \
112-
--compatible-runtimes java17 java21 \
112+
--compatible-runtimes java11 java17 java21 \
113113
--compatible-architectures "arm64" "x86_64" \
114114
--license-info "Apache-2.0" \
115115
--description "AWS Distro of OpenTelemetry Lambda Layer for Java Runtime" \

0 commit comments

Comments
 (0)