diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-08 00:30:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-08 00:30:15 +0200 |
| commit | f7991cd93c90416a2759c8146d6998ff15f204ec (patch) | |
| tree | 9bc9b4bf3c2ba01dd02e4d0d6eaf8c905a6d3fd9 | |
| parent | e5a2d0ee5745c75bd6b6cb0b69d7e867d99d0d7c (diff) | |
Build disk writer for Ubuntu 21.04.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ def can_build_disk(target): if target.platform == 'osx': return True if target.platform == 'linux': - if target.distro == 'ubuntu' and target.version in ['18.04', '20.04', '20.10']: + if target.distro == 'ubuntu' and target.version in ['18.04', '20.04', '20.10', '21.04']: return True if target.distro == 'debian' and target.version == '10': return True |
