update drone to debian
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mathieu Broillet 2023-06-09 23:27:03 +02:00
parent 47b6f95369
commit 65764d78b4
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -4,10 +4,12 @@ name: build_python_project
steps:
- name: build
image: python:alpine
#image: python:alpine
image: python:3.11-bullseye
commands:
- pip install -r requirements.txt
- apk add build-base patchelf
# - apk add build-base patchelf
- apt install build-essential patchelf -y
- pip install nuitka
- python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}"
- name: gitea_release