This commit is contained in:
2024-12-15 14:40:36 +02:00
parent ac6251424d
commit 0490776e41

View File

@@ -47,7 +47,7 @@ jobs:
- name: Build ARM Executable - name: Build ARM Executable
run: | run: |
docker run --rm -v $(pwd):/src:Z -w /src \ 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:3.11-slim-buster /bin/sh -c "
python -m pip install --upgrade pip && python -m pip install --upgrade pip &&
pip install pyinstaller && pip install pyinstaller &&