From 8d9e9686097c5780a0be141b7de5a1ba16c0940b Mon Sep 17 00:00:00 2001 From: Bennet Gallein Date: Fri, 24 Jul 2026 18:48:28 +0200 Subject: [PATCH] chore: remove i386 from readme as well --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 39f06e0..adea183 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,6 @@ Following platforms for this image are available: $ docker buildx imagetools inspect librenms/librenms --format "{{json .Manifest}}" | \ jq -r '.manifests[] | select(.platform.os != null and .platform.os != "unknown") | .platform | "\(.os)/\(.architecture)\(if .variant then "/" + .variant else "" end)"' -linux/386 linux/amd64 linux/arm/v7 linux/arm64