Skip to content

Commit

Permalink
Update generate_dockerfiles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Oct 22, 2024
1 parent 511753b commit 62876a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def archHelper(arch, os_name):

# Create output directories if they don't exist
for version in versions:
# For JDK24+ use multistage build
# For JDK24+ use multistage build
if version >= 24 and os_family != "windows":
template_name = f"{os_name}.multistage.Dockerfile.j2"
template = env.get_template(template_name)
Expand Down

0 comments on commit 62876a7

Please sign in to comment.