Skip to content

Commit ff10225

Browse files
committed
feat: enable support for ARMv7 devices
resolves #171
1 parent e5a4e2e commit ff10225

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
context: .
3333
push: true
34-
platforms: linux/amd64,linux/arm64
34+
platforms: linux/amd64,linux/arm64,linux/arm/v7
3535
tags: |
3636
ghcr.io/raunot/plex-rewind:${{ github.sha }}
3737
build-args: |

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
context: .
5858
push: true
59-
platforms: linux/amd64,linux/arm64
59+
platforms: linux/amd64,linux/arm64,linux/arm/v7
6060
tags: |
6161
ghcr.io/raunot/plex-rewind:develop
6262
ghcr.io/raunot/plex-rewind:${{ env.NEXT_VERSION_TAG }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
context: .
6363
push: true
64-
platforms: linux/amd64,linux/arm64
64+
platforms: linux/amd64,linux/arm64,linux/arm/v7
6565
tags: |
6666
ghcr.io/raunot/plex-rewind:latest
6767
ghcr.io/raunot/plex-rewind:${{ env.NEXT_VERSION_TAG }}

0 commit comments

Comments
 (0)