mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Attempt to make single binary build with pyinstaller
This commit is contained in:
committed by
Dmytro Aleksandrov
parent
5b9411b9da
commit
e86cf9a722
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
pip install --ignore-installed -r requirements-bin.txt
|
||||
pyinstaller --clean --onefile patroni.spec
|
||||
Reference in New Issue
Block a user