This commit is contained in:
2025-11-02 22:35:35 +02:00
parent b64580d800
commit 4d2d930129

View File

@@ -55,7 +55,7 @@ jobs:
- name: Build ARM Executable
run: |
docker buildx build --platform linux/arm64/v8 -t arm-builder --load --file - . <<EOF
FROM arm64v8/python:3.11-slim-bullseye
FROM arm64v8/python:3.14-slim-bullseye
WORKDIR /app
COPY requirements.txt /app/requirements.txt
COPY app /app/app
@@ -94,7 +94,7 @@ jobs:
run: mkdir -p app/dist
- name: Download x86_64 Artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v4
with:
name: executable-x86_64
path: app/dist
@@ -106,7 +106,7 @@ jobs:
run: mv app/dist/wolServer app/dist/wolServer-x86_64
- name: Download ARM Artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v4
with:
name: executable-arm
path: app/dist