mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Workaround for volume mounting issues
This commit is contained in:
parent
3e58e603a0
commit
240992e4c7
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,8 @@ buildMac:
|
|||
buildWindowsAndLinux:
|
||||
stage: buildAndDeployElectron
|
||||
image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest
|
||||
services:
|
||||
- docker:20.10.16-dind
|
||||
tags:
|
||||
- fcast
|
||||
before_script:
|
||||
|
@ -63,6 +65,8 @@ buildWindowsAndLinux:
|
|||
deploy:
|
||||
stage: buildAndDeployElectron
|
||||
image: python:3.12.7-bookworm
|
||||
services:
|
||||
- docker:20.10.16-dind
|
||||
tags:
|
||||
- fcast
|
||||
# dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue