mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Use default python for packaging i686 appimages
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user