Skip to content

Commit

Permalink
[platform] Remove ARMv7 architecture temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Jan 18, 2025
1 parent 95c45c5 commit d9804a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d9804a4

Please sign in to comment.