Skip to content

Commit 63cb266

Browse files
authored
Merge branch 'release/v1.33.x' into lambda_fixes_1.33.x
2 parents 7b0285e + a7d3e00 commit 63cb266

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)