Skip to content

Commit

Permalink
Merge branch 'release/v1.33.x' into lambda_fixes_1.33.x
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash authored Jan 15, 2025
2 parents 7b0285e + a7d3e00 commit 63cb266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
aws lambda publish-layer-version \
--layer-name ${{ env.LAYER_NAME }} \
--content S3Bucket=${{ env.BUCKET_NAME }},S3Key=aws-opentelemetry-java-layer.zip \
--compatible-runtimes java17 java21 \
--compatible-runtimes java11 java17 java21 \
--compatible-architectures "arm64" "x86_64" \
--license-info "Apache-2.0" \
--description "AWS Distro of OpenTelemetry Lambda Layer for Java Runtime" \
Expand Down

0 comments on commit 63cb266

Please sign in to comment.