cd: use aarch64 binary of appimagetool

This commit is contained in:
Kingkor Roy Tirtho 2023-09-15 09:55:14 +06:00
parent bd786f4566
commit 7d635b0155

View File

@ -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