Skip to content

Commit

Permalink
Add Ubuntu bionic builds (Azure#6176)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Apr 23, 2018
1 parent 99241d4 commit 3dfd1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/automation/clibuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def build_all_debian(git_url, git_branch, cli_version, artifact_dir, arg_ns=None
('artful', 'ubuntu:artful'),
('xenial', 'ubuntu:xenial'),
('trusty', 'ubuntu:trusty'),
('bionic', 'ubuntu:bionic'),
]
with ThreadPoolExecutor(max_workers=len(dists)) as executor:
tasks = {executor.submit(build_debian, dist_info, git_url, git_branch, cli_version, artifact_dir, arg_ns=arg_ns) for dist_info
Expand Down

0 comments on commit 3dfd1b2

Please sign in to comment.