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.
2 parents 7b0285e + a7d3e00 commit 63cb266Copy full SHA for 63cb266
.github/workflows/release-lambda.yml
@@ -109,7 +109,7 @@ jobs:
109
aws lambda publish-layer-version \
110
--layer-name ${{ env.LAYER_NAME }} \
111
--content S3Bucket=${{ env.BUCKET_NAME }},S3Key=aws-opentelemetry-java-layer.zip \
112
- --compatible-runtimes java17 java21 \
+ --compatible-runtimes java11 java17 java21 \
113
--compatible-architectures "arm64" "x86_64" \
114
--license-info "Apache-2.0" \
115
--description "AWS Distro of OpenTelemetry Lambda Layer for Java Runtime" \
0 commit comments