Do not try to package on Linux aarch64 as it currently fails trying to build server-console.

The packaging step on Linux produces an empty archive anyways, so we just disable it.
This commit is contained in:
Julian Groß 2023-05-11 13:01:24 +02:00
parent dc01ba50cc
commit b411335998

View file

@ -259,7 +259,7 @@ jobs:
cmake --build . --config $BUILD_TYPE --target packaged-server-console $CMAKE_BUILD_EXTRA
- name: Build Installer
if: matrix.build_type != 'android'
if: matrix.build_type != 'android' && matrix.arch != 'aarch64'
working-directory: build
shell: bash
run: |