Skip to content

Commit

Permalink
fix: use qemu setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Dec 3, 2024
1 parent 5151e32 commit 36f8d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
name: android-dist
retention-days: 1
- name: Setup QEMU
run: |
apt-get install -y qemu binfmt-support qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
uses: docker/setup-qemu-action@v1
with:
platforms: arm64
- name: Build for ARM
run: |
docker run --rm -v $(pwd):/workspace -w /workspace arm32v7/debian:buster apt update && apt install -y make gcc g++ unzip
Expand Down

0 comments on commit 36f8d72

Please sign in to comment.