Skip to content

Commit

Permalink
ARMv7 certificate download implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
GleammerRay committed Jul 7, 2024
1 parent f5d60cd commit f0ddc15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/armv7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ echo "Configure"
echo "===================================================="

export PATH="$PATH:$PWD/submodules/flutter/bin"
export DART_VM_OPTIONS="--root-certs-file=/passy-bin/pubdev.pem"
git config --global --add safe.directory /Passy
git config --global --add safe.directory /Passy/submodules/flutter
git submodule init
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-linux-armv7-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qemu binfmt-support qemu-user-static qemu-system-arm
- name: Get pub.dev SSL certificate
shell: bash
run: echo | openssl s_client -servername pub.dev -connect pub.dev:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /home/runner/work/Passy/bin/pubdev.pem
- name: Build for ARMv7
uses: tj-actions/docker-run@v2
with:
Expand Down

0 comments on commit f0ddc15

Please sign in to comment.