From fe92bc65ffe662b8e8c5534072b5abfb9cfa4605 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Sun, 8 Feb 2026 12:49:12 +0530 Subject: [PATCH] fix12 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 42ee1d5..5e71013 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: run: | sudo apt-get update -y sudo apt install -y qemu-user-static - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes + docker run --privileged --rm tonistiigi/binfmt --install all - name: Build app run: |