Enable aarch64 AppImage packaging and add architecture to AppImage file name.

This commit is contained in:
Julian Groß 2025-04-12 23:24:32 +02:00
parent 78b3771a96
commit ffaad92e17
2 changed files with 2 additions and 2 deletions

View file

@ -305,7 +305,7 @@ jobs:
cmake --build . --target packaged-server-console $CMAKE_BUILD_EXTRA cmake --build . --target packaged-server-console $CMAKE_BUILD_EXTRA
- name: Build Installer - name: Build Installer
if: matrix.build_type != 'android' && matrix.arch != 'aarch64' if: matrix.build_type != 'android'
shell: bash shell: bash
run: | run: |
echo "Retry code from https://unix.stackexchange.com/a/137639" echo "Retry code from https://unix.stackexchange.com/a/137639"

View file

@ -54,7 +54,7 @@ file(COPY ${CPACK_PACKAGE_DIRECTORY}/interface/resources.rcc DESTINATION ${CPACK
execute_process( execute_process(
COMMAND COMMAND
${CMAKE_COMMAND} -E env ${CMAKE_COMMAND} -E env
OUTPUT=${CPACK_PACKAGE_FILE_NAME}.AppImage OUTPUT=${CPACK_PACKAGE_FILE_NAME}-${CMAKE_SYSTEM_PROCESSOR}.AppImage
VERSION=${CPACK_PACKAGE_VERSION} VERSION=${CPACK_PACKAGE_VERSION}
QML_SOURCES_PATHS=${CPACK_CMAKE_SOURCE_DIR}/interface/resources/qml/ QML_SOURCES_PATHS=${CPACK_CMAKE_SOURCE_DIR}/interface/resources/qml/
${LINUXDEPLOY_EXECUTABLE} ${LINUXDEPLOY_EXECUTABLE}