diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8b3947..f54f4b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index c92e2f3..e40a571 100644 --- a/README.md +++ b/README.md @@ -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. + ![Build Status](https://github.com/alexta69/metube/actions/workflows/main.yml/badge.svg) ![Docker Pulls](https://img.shields.io/docker/pulls/alexta69/metube.svg)