who has two thumbs and is a genius? not this guy!
This commit is contained in:
@@ -41,13 +41,12 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Docker
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Build ARM Executable
|
- name: Build ARM Executable
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -v $(pwd):/src:Z -w /src \
|
docker run --rm --platform linux/arm64 -v $(pwd):/src:Z -w /src \
|
||||||
--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