Build disk writer for Ubuntu 21.04.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 May 2021 22:30:15 +0000 (00:30 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 May 2021 22:30:15 +0000 (00:30 +0200)
cscript

diff --git a/cscript b/cscript
index f8347071ab6df0585d543f56e89b1c184df9194c..af3e87ec73031465c5a9f9ce95361b66741c81d2 100644 (file)
--- a/cscript
+++ b/cscript
@@ -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