From eaad5bda959a2dd5a2490b13a81101bddf1d46d1 Mon Sep 17 00:00:00 2001 From: Markus Ueberall Date: Fri, 26 Jul 2024 18:13:37 +0200 Subject: [PATCH] Added list of/reference to available test builds compatible with Ubuntu 16.04, 18.04 --- Binary-distributions.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Binary-distributions.md b/Binary-distributions.md index 92342a6..0ecf377 100644 --- a/Binary-distributions.md +++ b/Binary-distributions.md @@ -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)).