Skip to content

Commit

Permalink
fix: try fixing the permission issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Dec 3, 2024
1 parent 2af42cd commit 98d8b75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ jobs:
run: |
apt update
apt install -y docker.io
systemctl start docker
systemctl enable docker
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: arm64
image: tonistiigi/binfmt:latest
- 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 98d8b75

Please sign in to comment.