linux/appimage: remove x86_64 hardcoding from build recipe

Now the target CPU architecture should be set by the 'ARCH' environment
variable before invoking appimage-builder.

This makes it easier to build the AppImage for other CPU architectures.
This commit is contained in:
guihkx
2025-07-26 15:52:12 -03:00
committed by DevilXD
parent 4a990ad981
commit 67eb7d0966
2 changed files with 6 additions and 5 deletions

View File

@@ -207,6 +207,7 @@ jobs:
- name: Create AppImage
env:
ARCH: x86_64
APP_VERSION: ${{steps.vars.outputs.app_version}}.${{steps.vars.outputs.sha_short}}
PYTHON_VERSION: ${{env.PYTHON_VERSION}}
run: |