We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b432826 + 63edcf1 commit 6f86b30Copy full SHA for 6f86b30
.github/workflows/main.yaml
@@ -65,9 +65,9 @@ jobs:
65
uses: actions/checkout@v2
66
- name: Build binary
67
run: |
68
- docker run --rm --volume "${PWD}:/repo" ghcr.io/grycap/faas-supervisor-build:ubuntu24.10-latest /bin/sh -c " \
+ docker run --rm --volume "${PWD}:/repo" ghcr.io/grycap/faas-supervisor-build:ubuntu16.04-1.1 /bin/sh -c " \
69
cd /repo && \
70
- python3.12 -m pip install -r requirements.txt &&\
+ python3.8 -m pip install -r requirements.txt &&\
71
pyinstaller --onefile -n supervisor-bin faassupervisor/supervisor.py && \
72
pyinstaller faassupervisor/supervisor.py && \
73
cd dist && \
0 commit comments