Skip to content

Commit

Permalink
Merge branch 'master' into DEVEX-2431
Browse files Browse the repository at this point in the history
  • Loading branch information
wormsik committed Dec 4, 2024
2 parents 52410ed + 193367a commit bb30311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Categories for each release: Added, Changed, Deprecated, Removed, Fixed, Securit
### Added

* `dx build_asset` supports new Application Execution Environment based on Ubuntu 24.04
* `dx build --remote` supports new Application Execution Environment based on Ubuntu 24.04

## [387.0] - beta

Expand Down
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 bb30311

Please sign in to comment.