mirror of
https://github.com/alexta69/metube.git
synced 2025-04-01 19:37:35 +03:00
retire ARM32 build
This commit is contained in:
parent
4a3a8fcd8c
commit
9f2da739cd
2 changed files with 3 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
${{ secrets.DOCKERHUB_REPOSITORY }}:latest
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# MeTube
|
||||
|
||||
> **_NOTE:_** 32-bit ARM builds have been retired (a full year after [other major players](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)), as new Node versions don't support them, and continued security updates and dependencies require new Node versions. Please migrate to a 64-bit OS to continue receiving MeTube upgrades.
|
||||
|
||||

|
||||

|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue