From 08bf74c327bf511cca14872cc2219b34db8d1390 Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 2 Nov 2025 19:59:33 +0200 Subject: [PATCH] No changes made --- .gitea/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 51b0980..4c2e02a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -44,13 +44,13 @@ jobs: - name: Install QEMU uses: docker/setup-qemu-action@v3 - with: - platforms: arm64 + with: + platforms: arm64 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - with: - platforms: linux/arm64 + with: + platforms: linux/arm64 - name: Build ARM Executable run: |