From 931905dae7af5ca6a699a1df3b31876c3d48935f Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 15 Dec 2024 15:16:05 +0200 Subject: [PATCH] who has two thumbs and is a genius? not this guy! --- .gitea/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 8a99ac5..bf5ffa0 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -41,13 +41,12 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up Docker + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Build ARM Executable run: | - docker run --rm -v $(pwd):/src:Z -w /src \ - --platform linux/arm64 \ + docker run --rm --platform linux/arm64 -v $(pwd):/src:Z -w /src \ python:3.11-slim-buster /bin/sh -c " python -m pip install --upgrade pip && pip install pyinstaller &&