Skip to content

Commit

Permalink
feat: enable support for ARMv7 devices
Browse files Browse the repository at this point in the history
resolves #171
  • Loading branch information
RaunoT committed Aug 26, 2024
1 parent 41180e3 commit 372e3e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: |
ghcr.io/raunot/plex-rewind:${{ github.sha }}
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: |
ghcr.io/raunot/plex-rewind:develop
ghcr.io/raunot/plex-rewind:${{ env.NEXT_VERSION_TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: |
ghcr.io/raunot/plex-rewind:latest
ghcr.io/raunot/plex-rewind:${{ env.NEXT_VERSION_TAG }}
Expand Down

0 comments on commit 372e3e2

Please sign in to comment.