mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-09 08:47:31 +00:00
cd: use aarch64 binary of appimagetool
This commit is contained in:
parent
bd786f4566
commit
7d635b0155
@ -19,7 +19,7 @@ jobs:
|
||||
flutter doctor -v
|
||||
|
||||
- run: |
|
||||
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-aarch64.AppImage"
|
||||
chmod +x appimagetool
|
||||
mv appimagetool flutter/bin
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user