From 7122b4d08bd3b1134777a06e2e36c6ec2c9fc734 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Thu, 14 Apr 2022 00:03:57 +0500 Subject: [PATCH] Replaced arm tags with latest Replaced `:arm` and `:armv7` tags with `latest` as they are now deprecated. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 152736970..c6d2544de 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,13 @@ Check out our [issue tracker](https://github.com/Fallenbagel/jellyseerr/issues). ## Supported Architectures Jellyseerr image support multiple architectures such as x86-64, arm64 and armv7. +**NOTE: `:arm` and `:armv7` tag has been deprecated and replaced with `:latest`.** | **Architecture** | **Tag** | | ---------------- | ------- | | x86-64 | latest | -| ARM64 | arm | -| ARMv7 | armv7 | +| ARM64 | latest | +| ARMv7 | latest | ## Getting Started