From 7d635b015562b307a719b58fdd5c84a10bea55ff Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 15 Sep 2023 09:55:14 +0600 Subject: [PATCH] cd: use aarch64 binary of appimagetool --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 685329a0..71ce337a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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