mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Build specific image tags
This commit is contained in:
@@ -27,7 +27,8 @@ def execute(tag):
|
||||
pythons.append((path.name, version))
|
||||
pythons = sorted(pythons)
|
||||
|
||||
n = max(len(version) for (_, version) in pythons)
|
||||
for (abi, version) in pythons:
|
||||
log('LIST', "{:8} -> /opt/python/{:}".format(version, abi))
|
||||
log('LIST', "{:{n}} -> /opt/python/{:}".format(version, abi, n=n))
|
||||
|
||||
return pythons
|
||||
|
||||
Reference in New Issue
Block a user