DEAL WITH IT

This commit is contained in:
2025-11-04 20:21:13 +02:00
parent 0d301874c7
commit d83bd324fb

View File

@@ -48,7 +48,7 @@ jobs:
COPY app ./app COPY app ./app
RUN apt-get update && apt-get install -y --no-install-recommends binutils \ RUN apt-get update && apt-get install -y --no-install-recommends binutils \
&& pip install -r /app/requirements.txt \ && pip install -r /app/requirements.txt \
&& cd /app/app && pyinstaller --onefile --add-data "ui:ui" wolServer.py && cd /app/app && pyinstaller --onefile --add-data "ui:ui" wolServer.py \
&& mkdir -p /output && cp dist/wolServer /output/' > Dockerfile && mkdir -p /output && cp dist/wolServer /output/' > Dockerfile
docker buildx build --platform linux/arm64/v8 --output type=local,dest=app/dist . docker buildx build --platform linux/arm64/v8 --output type=local,dest=app/dist .
fi fi