Skip to content

Commit 63b4689

Browse files
ci: enable building of appimages on aarch64
Looks like whatever was causing linuxdeploy to crash got fixed, so we can build them now.
1 parent e8265df commit 63b4689

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)