Skip to content

Commit

Permalink
ARMv7 workflow repaired
Browse files Browse the repository at this point in the history
  • Loading branch information
GleammerRay committed Jul 7, 2024
1 parent f5d60cd commit 3edb6a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/armv7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ flutter doctor
export LAST_PWD=$PWD
cd submodules/flutter/bin/cache
rm -rf dart-sdk
wget --no-check-certificate https://storage.googleapis.com/dart-archive/channels/dev/release/3.5.0-311.0.dev/sdk/dartsdk-linux-arm-release.zip
cp /passy-bin/dartsdk-linux-arm-release.zip .
unzip dartsdk-linux-arm-release.zip
rm dartsdk-linux-arm-release.zip
cd $LAST_PWD
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build-linux-armv7-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qemu binfmt-support qemu-user-static qemu-system-arm
- name: Download Dart
shell: bash
run: |
cd ../bin
wget https://storage.googleapis.com/dart-archive/channels/dev/release/3.5.0-311.0.dev/sdk/dartsdk-linux-arm-release.zip
- name: Build for ARMv7
uses: tj-actions/docker-run@v2
with:
image: ubuntu:20.04
image: ubuntu:22.04
name: ubuntu
options: --rm --platform linux/arm/v7 -v $PWD:/Passy -v /home/runner/work/Passy/build:/passy-build -v /home/runner/work/Passy/bin:/passy-bin
args: /passy-bin/armv7.sh
Expand Down

0 comments on commit 3edb6a3

Please sign in to comment.