From 98d8b755198e7c0645cbce7726c6abcb04bb20b5 Mon Sep 17 00:00:00 2001 From: Jae J4 Lo Presti Date: Tue, 3 Dec 2024 22:52:04 +0200 Subject: [PATCH] fix: try fixing the permission issues --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0dc243..6f80ce6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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