Use default python for packaging i686 appimages

This commit is contained in:
Valentin Niess
2021-04-21 10:34:09 +02:00
parent 3352c70f00
commit 447701ea3d

View File

@@ -67,7 +67,7 @@ def execute(tag, abi, contained=False):
# Use a manylinux2014 Docker image (CentOS 7) in order to
# pack the image.
script = (
python + ' -m python_appimage ' + argv + ' --contained',
'python -m python_appimage ' + argv + ' --contained',
''
)
docker_run('quay.io/pypa/manylinux2014_' + arch, script)