From 0505ce2849bcb674a3cb337cfac7dc659e4d5e93 Mon Sep 17 00:00:00 2001 From: Ara Sadoyan Date: Mon, 30 Mar 2026 19:04:32 +0200 Subject: [PATCH] split upstreams.yaml file --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index add3602..3ed5218 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,15 @@ Make the binary executable `chmod 755 ./aralez-VERSION` and run. File names: -| File Name | Description | -|---------------------------|--------------------------------------------------------------------------| -| `aralez-x86_64-musl.gz` | Static Linux x86_64 binary, without any system dependency | -| `aralez-x86_64-glibc.gz` | Dynamic Linux x86_64 binary, with minimal system dependencies | -| `aralez-aarch64-musl.gz` | Static Linux ARM64 binary, without any system dependency | -| `aralez-aarch64-glibc.gz` | Dynamic Linux ARM64 binary, with minimal system dependencies | -| `sadoyan/aralez` | Docker image on Debian 13 slim (https://hub.docker.com/r/sadoyan/aralez) | +| File Name | Description | +|---------------------------------|--------------------------------------------------------------------------| +| `aralez-x86_64-musl.gz` | Static Linux x86_64 binary, without any system dependency | +| `aralez-x86_64-glibc.gz` | Dynamic Linux x86_64 binary, with minimal system dependencies | +| `aralez-x86_64-compat-musl.gz` | Static Linux x86_64 binary, compatible with old pre Haswell CPUs | +| `aralez-x86_64-compat-glibc.gz` | Dynamic Linux x86_64 binary, compatible with old pre Haswell CPUs | +| `aralez-aarch64-musl.gz` | Static Linux ARM64 binary, without any system dependency | +| `aralez-aarch64-glibc.gz` | Dynamic Linux ARM64 binary, with minimal system dependencies | +| `sadoyan/aralez` | Docker image on Debian 13 slim (https://hub.docker.com/r/sadoyan/aralez) | **Via docker**