From f78b4d9e8589d902b136def39b50225c57ea2b78 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 22 Feb 2026 16:00:48 -0800 Subject: [PATCH] musl is tested now! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42a8b4f..ae0dc2b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ this vendoring serves a few goals: - tighter control of distribution for fast installs (e.g. Ubuntu's `apt-get` is slow) we target the following platforms: -- Linux x86_64 (glibc) -- Linux aarch64 (glibc) +- Linux x86_64 +- Linux aarch64 - Darwin aarch64 (Apple Silicon) contributions welcome for other platforms!