summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/build-x86_64-static.sh
AgeCommit message (Collapse)Author
2020-11-18Updated 3rd party static build dependencies and use alpine 3.12 (#10241)Costa Tsaousis
* updated 3rd party static dependencies * updated alpine to 3.12 * updated docker container name and added libuv-static * add lz4-static to alpine packages
2020-05-26Add CI for our Static Netdata builds (which kickstart-static64 uses) (#9130)James Mills
* Add tool to build the static x864_64 Netdata * Add error if the netdata binary is not statically linked * Add Github Workflow for testing static builds * Don't use docker run -i -t if not on a tty
2020-02-05Fix permissions issues caused by 986bc2052. (#7984)Austin S. Hemmelgarn
For some reason, without `sudo` here, we get permissions issues in CI, so re-add it.
2020-02-04Fixes static builds and nightlies (#7971)James Mills
* Fixed the shebang for building self-extracting static builds * Fixed shellcheck errors/warnings * Fix require_cmd() function too and redirect both stderr/stdout of command -v in conditional
2020-01-18Cleanup packaging/makeself/build-x86_64-static.sh to use /bin/sh and remove ↵James Mills
use of sudo (#7725)
2019-01-02move makeself (#4688)Paweł Krupa