diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-20 12:01:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-20 12:01:26 +0200 |
| commit | 90eafd3c38f831e2bfa4e5e2c4868f0cd42124c0 (patch) | |
| tree | a11a4406ecbdd477185b526249483ba8b0cc7ea4 | |
| parent | 4ee83040c891a5fc8e956fe1a3e20e4179df606a (diff) | |
DROP: don't build disk on appimage.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -306,7 +306,7 @@ def can_build_disk(target): if target.distro == 'debian' and target.version != '9': return True if target.detail == 'appimage': - return True + return False if target.distro == 'fedora' and int(target.version) >= 31: return True if target.distro == 'centos' and target.version != '7': |
