diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index b7881cd..427dfca 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -79,7 +79,7 @@ jobs: REPOSITORY_BRANCH=${{ env.REPOSITORY_BRANCH }} REPOSITORY_COMMIT=${{ needs.preparation.outputs.commit }} context: . - platforms: 'linux/amd64,linux/arm64,linux/arm/v7' + platforms: 'linux/amd64,linux/arm64' push: true tags: ${{ steps.variables.outputs.tags }} @@ -118,6 +118,6 @@ jobs: REPOSITORY_BRANCH=${{ env.REPOSITORY_BRANCH }} REPOSITORY_VERSION=${{ needs.preparation.outputs.version }} context: . - platforms: 'linux/amd64,linux/arm64,linux/arm/v7' + platforms: 'linux/amd64,linux/arm64' push: true tags: ${{ steps.variables.outputs.tags }} diff --git a/README.md b/README.md index 8f1b261..857ffdb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ This approach enhances reliability, simplifies version control, and allows users [![Docker Stars](https://img.shields.io/docker/stars/owntone/owntone)](https://hub.docker.com/r/owntone/owntone) [![Docker Image Size (AMD64)](https://img.shields.io/docker/image-size/owntone/owntone/latest?arch=amd64&label=image%20size%20amd64)](https://hub.docker.com/r/owntone/owntone) [![Docker Image Size (ARM64)](https://img.shields.io/docker/image-size/owntone/owntone/latest?arch=amd64&label=image%20size%20arm64)](https://hub.docker.com/r/owntone/owntone) -[![Docker Image Size (ARMv7)](https://img.shields.io/docker/image-size/owntone/owntone/latest?arch=amdv7&label=image%20size%20armv7)](https://hub.docker.com/r/owntone/owntone) ## Quick Start