Skip to content

Commit 6f86b30

Browse files
Merge pull request #75 from grycap/dev-slangarita
update workflow
2 parents b432826 + 63edcf1 commit 6f86b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
uses: actions/checkout@v2
6666
- name: Build binary
6767
run: |
68-
docker run --rm --volume "${PWD}:/repo" ghcr.io/grycap/faas-supervisor-build:ubuntu24.10-latest /bin/sh -c " \
68+
docker run --rm --volume "${PWD}:/repo" ghcr.io/grycap/faas-supervisor-build:ubuntu16.04-1.1 /bin/sh -c " \
6969
cd /repo && \
70-
python3.12 -m pip install -r requirements.txt &&\
70+
python3.8 -m pip install -r requirements.txt &&\
7171
pyinstaller --onefile -n supervisor-bin faassupervisor/supervisor.py && \
7272
pyinstaller faassupervisor/supervisor.py && \
7373
cd dist && \

0 commit comments

Comments
 (0)