Added list of/reference to available test builds compatible with Ubuntu 16.04, 18.04

Markus Ueberall 2024-07-26 18:13:37 +02:00
parent 0c6aa2188a
commit eaad5bda95

@ -2,8 +2,13 @@ In addition to the binary x86_64 builds for Linux/Windows/macOS on the [releases
## Standalone binaries (for aarch64/arm64, x86_64/amd64 devices)
https://media.projektzentrisch.de/temp/signal-cli/
* _updated after local deployment; releases without feature changes/bugfixes affecting the binary are skipped_
* _built on Ubuntu "Focal Fossa" (20.04 LTS), they are compatible with older versions of glibc_
* Binaries `signal-cli*_ubuntu2004_{amd64,arm64}.gz` are built on Ubuntu "Focal Fossa" (20.04 LTS) and require glibc v2.29 or newer
* (Updated after local deployment; releases without feature changes/bugfixes affecting the binary are skipped.)
[https://media.projektzentrisch.de/temp/signal-cli/**tests**/](https://media.projektzentrisch.de/temp/signal-cli/tests/)
* Test builds based on `libsignal_jni.so` libraries that are cross-built against header files, libraries of previous, still supported Ubuntu LTS releases:
* Binaries `signal-cli*_ubuntu1804_{amd64,arm64}.gz` are compatible with Ubuntu "Bionic Beaver" (18.04 LTS) and require glibc v2.25 or newer
* Binaries `signal-cli*_ubuntu1604_{amd64,arm64}.gz` are compatible with Ubuntu "Xenial Xerus" (16.04 LTS) and require glibc v2.18 or newer
## Docker
A ready to use docker image (amd64 + arm64) can be found [here](https://gitlab.com/packaging/signal-cli/container_registry) ([Docs](https://packaging.gitlab.io/signal-cli/installation/docker/), [Repo](https://gitlab.com/packaging/signal-cli)).