Skip to content

Commit

Permalink
Add more images for graalvm images
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed May 8, 2024
1 parent 4f6c324 commit 41756cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-and-push-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu
docker login

JAVA_VERSIONS=("11.0.18" "17.0.6" "19.0.2" "21.0.0")
JAVA_VERSIONS=("11.0.18" "17.0.6" "19.0.2" "21.0.2" "22.0.1")

cd amazoncorretto-lambda-runtime
for java_version in "${JAVA_VERSIONS[@]}"; do
Expand All @@ -17,7 +17,7 @@ done
cd ..

GRAAL_JAVA_VERSIONS=("21.0.0")
AWS_LINUX_VERSIONS=("2.0.20240412.0", "2023.4.20240416.0")
AWS_LINUX_VERSIONS=("2023.4.20240416.0" "2.0.20240412.0")

cd amazonlinux-java-graal-community-lambda-runtime
for java_version in "${GRAAL_JAVA_VERSIONS[@]}"; do
Expand Down

0 comments on commit 41756cd

Please sign in to comment.