Skip to content

Commit 0a5dae0

Browse files
committed
Limit extension only layer to: dotnetcore3.1 java8.al2 java11 provided provided.al2
1 parent f8f73d4 commit 0a5dae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/publish-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function publish-layer {
5252
--content "S3Bucket=${bucket_name},S3Key=${layer_s3key}" \
5353
--description "New Relic Lambda Extension Layer" \
5454
--license-info "Apache-2.0" \
55-
--compatible-runtimes "dotnetcore3.1 go1.x java8.al2 java11 provided provided.al2" \
55+
--compatible-runtimes "dotnetcore3.1" "java8.al2" "java11" "provided" "provided.al2" \
5656
--region $region \
5757
--output text \
5858
--query Version)

0 commit comments

Comments
 (0)