...
This commit is contained in:
@@ -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 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user