Skip to content

Commit

Permalink
add noble
Browse files Browse the repository at this point in the history
  • Loading branch information
wormsik committed Dec 4, 2024
1 parent 3916ac8 commit 43465dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/dxpy/scripts/dx_build_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def _build_app_remote(mode, src_dir, publish=False, destination_override=None,

app_spec = _parse_app_spec(src_dir)
builder_versions = {"12.04": "", "14.04": "_trusty", "16.04": "_xenial",
"20.04": "_focal"}
"20.04": "_focal", "24.04": "_noble"}
release = app_spec['runSpec'].get('release')
# Remote builder app/applet for 16.04 version 1
if release == "16.04" and app_spec['runSpec'].get('version', '0') == '1':
Expand Down

0 comments on commit 43465dc

Please sign in to comment.