From 34d95f028c81a50855380cf0118438f3dfadfefd Mon Sep 17 00:00:00 2001 From: Ben Hogan Date: Fri, 23 Aug 2024 10:31:40 +0100 Subject: [PATCH] fix: add custom provided.al2023 to runtime lookup --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index f2bc3f99..c45d4aa9 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -69,6 +69,7 @@ export const runtimeLookup: { [key: string]: RuntimeType } = { "java21": RuntimeType.JAVA, "provided": RuntimeType.CUSTOM, "provided.al2": RuntimeType.CUSTOM, + "provided.al2023": RuntimeType.CUSTOM, }; export const runtimeToLayerName: { [key: string]: string } = {