Update build.yml

Fix aarch64 AppImage builds

Signed-off-by: omove <61330514+omove@users.noreply.github.com>
This commit is contained in:
omove
2024-11-20 11:58:33 -05:00
committed by GitHub
parent a2d013cd51
commit 7c7c6c349c

View File

@@ -376,7 +376,8 @@ jobs:
ls -al
find .
ls -al "$APPDIR"
ARCH=x86_64 ./appimagetool-x86_64.AppImage --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 10 \
ARCH=${{ matrix.arch == 'aarch64' && 'aarch64' || 'x86_64' }}
$ARCH ./appimagetool-x86_64.AppImage --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 10 \
-u "gh-releases-zsync|$GITHUB_REPOSITORY_OWNER|desktop|latest|zen-${{ matrix.arch == 'x86_64' && 'generic' || matrix.arch == 'x86_64-v3' && 'specific' || matrix.arch == 'aarch64' && 'aarch64' }}.AppImage.zsync" \
"$APPDIR" zen-${{ matrix.arch == 'x86_64' && 'generic' || matrix.arch == 'x86_64-v3' && 'specific' || matrix.arch == 'aarch64' && 'aarch64' }}.AppImage
mkdir dist