collabinator / clivrt

:busts_in_silhouette: :computer: a CLI app that provides real-time video chat. (clivrt = CLI Video Real Time)
Apache License 2.0
3 stars 1 forks source link

Pipelines and Automation to build releases #8

Open dudash opened 2 years ago

dudash commented 2 years ago

just Linux + Linux Container for now. Other OSs in the future.

dudash commented 2 years ago

Probably use this for the non-container release, pyinstaller: https://pyinstaller.readthedocs.io/en/stable/ And the dist will live here on githhub

pyinstaller --onefile clivrt.py or using a .spec file

dudash commented 2 years ago

and let's say the linux container release will live on quay.io for free/open public availability

dudash commented 1 year ago

probably use github actions if possible