From 5e6b51725a7f7b49ece8c2ce900565cece7ba822 Mon Sep 17 00:00:00 2001 From: Avi Fenesh <55848801+avifenesh@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:13:05 +0300 Subject: [PATCH] Update README.md nodejs platform support (#2397) * Update README.md Signed-off-by: Avi Fenesh <55848801+avifenesh@users.noreply.github.com> * Update README.md - lint fix Signed-off-by: Avi Fenesh <55848801+avifenesh@users.noreply.github.com> * Update README.md ling Signed-off-by: Avi Fenesh <55848801+avifenesh@users.noreply.github.com> * Update node/README.md Co-authored-by: Yury-Fridlyand Signed-off-by: Avi Fenesh <55848801+avifenesh@users.noreply.github.com> --------- Signed-off-by: Avi Fenesh <55848801+avifenesh@users.noreply.github.com> Co-authored-by: Yury-Fridlyand --- node/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/node/README.md b/node/README.md index d215bc102f..661e742b96 100644 --- a/node/README.md +++ b/node/README.md @@ -14,12 +14,16 @@ The release of Valkey GLIDE was tested on the following platforms: Linux: -- Ubuntu 22.04.1 (x86_64) +- Ubuntu 22.04.1 (x86_64 and aarch64) - Amazon Linux 2023 (AL2023) (x86_64) macOS: -- macOS 12.7 (Apple silicon/aarch_64 and Intel/x86_64) +- macOS (12.7 and latest) (Apple silicon/aarch_64 and Intel/x86_64) + +Alpine: + +- node:alpine (default on aarch64 and x86_64) ## NodeJS supported version