From 60221525fceaa9a6a2f426bfc66c3356ae8ea9fc Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 1 Jul 2023 18:41:41 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-lazylibrarian.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-lazylibrarian.md b/images/docker-lazylibrarian.md index b6ffb75c9c..842edb49d0 100644 --- a/images/docker-lazylibrarian.md +++ b/images/docker-lazylibrarian.md @@ -31,7 +31,7 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf | ✅ | arm32v7-\ | +| armhf | ❌ | | ## Application Setup @@ -183,6 +183,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **07.12.22:** - Rebase to Ubuntu Jammy, migrate to s6v3. Use pyproject.toml for deps. Build unrar from source. * **27.09.22:** - Switch to `Levenshtein`, add cmake as build dep on armhf. * **07.05.22:** - Rebase to Ubuntu Focal.