mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Forward arch when building
This commit is contained in:
@@ -55,6 +55,7 @@ def execute(tag, abi, clean, tarball):
|
||||
destination = f'{fullname}.AppImage'
|
||||
build_appimage(
|
||||
appdir = str(appdir),
|
||||
arch = str(image.arch),
|
||||
destination = destination
|
||||
)
|
||||
shutil.copy(
|
||||
|
||||
Reference in New Issue
Block a user