Replaced arm tags with latest

Replaced `:arm` and `:armv7` tags with `latest` as they are now deprecated.
This commit is contained in:
Fallenbagel
2022-04-14 00:03:57 +05:00
committed by GitHub
parent b03b9b1dbb
commit 7122b4d08b

View File

@@ -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