From 7cae8c357cd1487f295f52a4ee6464357aa979dc Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 25 Feb 2023 15:51:03 +0000 Subject: [PATCH 1/2] Deprecate tvheadend armhf --- content/issues/2023-02-25-tvheadend.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/issues/2023-02-25-tvheadend.md diff --git a/content/issues/2023-02-25-tvheadend.md b/content/issues/2023-02-25-tvheadend.md new file mode 100644 index 00000000..fe662a64 --- /dev/null +++ b/content/issues/2023-02-25-tvheadend.md @@ -0,0 +1,15 @@ +--- +title: TVheadend 32-bit ARM Deprecation Notice +date: '2023-02-25 18:00:00Z' +informational: true +affected: + - Deprecations + - tvheadend +section: issue +--- + +Due to build issues on 32-bit ARM, we are deprecating the 32-bit ARM (armhf) version of our [TVheadend container](https://github.com/linuxserver/docker-tvheadend). + +The last supported tags for 32-bit ARM will be 02987438-ls151`. + +If you are currently running the TVheadend image on a 32-bit ARM platform we recommend you look at alternative options such as upgrading to a 64-bit OS if your hardware supports it. Please see our [blog post](https://www.linuxserver.io/blog/end-of-an-arch) regarding our support policy for armhf. From fa7e17a031f5df58f60af9da9f078e93b4076051 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 25 Feb 2023 15:51:42 +0000 Subject: [PATCH 2/2] Fix quoting --- content/issues/2023-02-25-tvheadend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/issues/2023-02-25-tvheadend.md b/content/issues/2023-02-25-tvheadend.md index fe662a64..9cbcfbf9 100644 --- a/content/issues/2023-02-25-tvheadend.md +++ b/content/issues/2023-02-25-tvheadend.md @@ -10,6 +10,6 @@ section: issue Due to build issues on 32-bit ARM, we are deprecating the 32-bit ARM (armhf) version of our [TVheadend container](https://github.com/linuxserver/docker-tvheadend). -The last supported tags for 32-bit ARM will be 02987438-ls151`. +The last supported tags for 32-bit ARM will be `02987438-ls151`. If you are currently running the TVheadend image on a 32-bit ARM platform we recommend you look at alternative options such as upgrading to a 64-bit OS if your hardware supports it. Please see our [blog post](https://www.linuxserver.io/blog/end-of-an-arch) regarding our support policy for armhf.