File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,16 @@ jobs:
4848 name : melonDS-ubuntu-${{ matrix.arch.name }}
4949 path : AppDir/usr/bin/melonDS
5050 - name : Fetch AppImage tools
51- # linuxdeploy doesn't seem to work on the aarch64 runners?
52- if : matrix.arch.name != 'aarch64'
5351 run : |
5452 wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-${{ matrix.arch.name }}.AppImage
5553 wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-${{ matrix.arch.name }}.AppImage
5654 chmod a+x linuxdeploy-*.AppImage
5755 - name : Build the AppImage
58- if : matrix.arch.name != 'aarch64'
5956 env :
6057 QMAKE : /usr/lib/qt6/bin/qmake
6158 run : |
6259 ./linuxdeploy-${{ matrix.arch.name }}.AppImage --appdir AppDir --plugin qt --output appimage
6360 - uses : actions/upload-artifact@v4
64- if : matrix.arch.name != 'aarch64'
6561 with :
6662 name : melonDS-appimage-${{ matrix.arch.name }}
6763 path : melonDS*.AppImage
You can’t perform that action at this time.
0 commit comments