Github just released arm64 actions for linux. I tried to setup flutter with flutter-action on ubuntu-24.04-arm but it failed. Will you add support also for arm runners?
Here is the error:
Run subosito/flutter-action@v2
with:
channel: stable
cache: true
architecture: ARM6[4](https://github.com/ferraridamiano/prova/actions/runs/12855298558/job/35840677162#step:4:4)
pub-cache-path: default
dry-run: false
Run chmod +x "$GITHUB_ACTION_PATH/setup.sh"
chmod +x "$GITHUB_ACTION_PATH/setup.sh"
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Run $GITHUB_ACTION_PATH/setup.sh -p \
$GITHUB_ACTION_PATH/setup.sh -p \
-n '' \
-f '' \
-a 'ARM[6](https://github.com/ferraridamiano/prova/actions/runs/12855298558/job/35840677162#step:4:6)4' \
-k '' \
-c '' \
-l '' \
-d 'default' \
stable
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Unable to determine Flutter version for channel: stable version: any architecture: arm64
Error: Process completed with exit code 1.
Github just released arm64 actions for linux. I tried to setup flutter with
flutter-actiononubuntu-24.04-armbut it failed. Will you add support also for arm runners?Here is the error:
Run subosito/flutter-action@v2 with: channel: stable cache: true architecture: ARM6[4](https://github.com/ferraridamiano/prova/actions/runs/12855298558/job/35840677162#step:4:4) pub-cache-path: default dry-run: false Run chmod +x "$GITHUB_ACTION_PATH/setup.sh" chmod +x "$GITHUB_ACTION_PATH/setup.sh" shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} Run $GITHUB_ACTION_PATH/setup.sh -p \ $GITHUB_ACTION_PATH/setup.sh -p \ -n '' \ -f '' \ -a 'ARM[6](https://github.com/ferraridamiano/prova/actions/runs/12855298558/job/35840677162#step:4:6)4' \ -k '' \ -c '' \ -l '' \ -d 'default' \ stable shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} Unable to determine Flutter version for channel: stable version: any architecture: arm64 Error: Process completed with exit code 1.