This commit is contained in:
parent
47b6f95369
commit
65764d78b4
@ -4,10 +4,12 @@ name: build_python_project
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:alpine
|
#image: python:alpine
|
||||||
|
image: python:3.11-bullseye
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- apk add build-base patchelf
|
# - apk add build-base patchelf
|
||||||
|
- apt install build-essential patchelf -y
|
||||||
- pip install nuitka
|
- pip install nuitka
|
||||||
- python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}"
|
- python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}"
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
|
Loading…
Reference in New Issue
Block a user