linuxserver / docker-tvheadend

GNU General Public License v3.0
158 stars 87 forks source link

[FEAT] Add back armv7 support #223

Closed dontobi closed 1 year ago

dontobi commented 1 year ago

Is this a new feature request?

Wanted change

I have been using this Docker container on my Raspberry pi for a long time. Unfortunately I found out that ARMv7 support has been discontinued. If I see it correctly, this is due to the change to Alpine 3.17 and a build error.

What is wrong with offering an ARMv7 build with Alpine 3.15?

If you ask why I don't use ARM64 on my Raspberry Pi: I use a Raspberry Pi 3 which doesn't support ARM64.

Reason for change

An ARMv7 build has been offered so far.

Proposed code change

No response

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 1 year ago

https://info.linuxserver.io/issues/2023-02-25-tvheadend/ https://www.linuxserver.io/blog/a-farewell-to-arm-hf https://www.linuxserver.io/blog/end-of-an-arch

thespad commented 1 year ago

The Pi 3 is an arm64 CPU and supports 64-bit OS installs.

dontobi commented 1 year ago

Okay. I will switch on the ARM64 support. But if I get Userland converted to 64bit is questionable. Unfortunately, reinstalling is currently not possible without further ado.