mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 07:08:04 +00:00
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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user