From 0490776e414c3cc2218c90e3eea30aaa2a24b73c Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 15 Dec 2024 14:40:36 +0200 Subject: [PATCH] ... --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 24729b0..8a99ac5 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: - name: Build ARM Executable run: | docker run --rm -v $(pwd):/src:Z -w /src \ - --platform linux/arm/v7 \ + --platform linux/arm64 \ python:3.11-slim-buster /bin/sh -c " python -m pip install --upgrade pip && pip install pyinstaller &&