Skip to content

Commit

Permalink
Update generate_dockerfiles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Aug 7, 2024
1 parent 498fb5b commit 109b9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def archHelper(arch, os_name):
template_entrypoint = env.get_template(template_entrypoint_file)

entrypoint = template_entrypoint.render(
image_type=image_type,
os=os_name,
version=version,
)
Expand Down

0 comments on commit 109b9e9

Please sign in to comment.