mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +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
|
flutter doctor -v
|
||||||
|
|
||||||
- run: |
|
- 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
|
chmod +x appimagetool
|
||||||
mv appimagetool flutter/bin
|
mv appimagetool flutter/bin
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user