Support building AppImage on non-ubuntu systems (#6510)

* Use uname -m instead of uname -p and arch
* Various logging improvements
Co-authored-by: Johannes Lorenz <1042576+JohannesLorenz@users.noreply.github.com>
This commit is contained in:
Alex
2022-10-10 08:30:46 +02:00
committed by GitHub
parent a0e8db37f0
commit 6088ac6102
2 changed files with 44 additions and 30 deletions

View File

@@ -50,8 +50,7 @@ jobs:
- name: Package
run: |
cmake --build build --target install
cmake --build build --target appimage \
|| (cat build/appimage.log && false)
cmake --build build --target appimage
- name: Upload artifacts
uses: actions/upload-artifact@v3
with: