Skip to content

Commit 1850e87

Browse files
committed
feat: enable support for ARMv7 devices
resolves #171
1 parent 410ea27 commit 1850e87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
context: .
5555
push: true
56-
platforms: linux/amd64,linux/arm64
56+
platforms: linux/amd64,linux/arm64,linux/arm/v7
5757
tags: |
5858
ghcr.io/raunot/plex-rewind:develop
5959
ghcr.io/raunot/plex-rewind:${{ env.NEXT_VERSION_TAG }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
context: .
5656
push: true
57-
platforms: linux/amd64,linux/arm64
57+
platforms: linux/amd64,linux/arm64,linux/arm/v7
5858
tags: |
5959
ghcr.io/raunot/plex-rewind:latest
6060
ghcr.io/raunot/plex-rewind:${{ env.NEXT_VERSION_TAG }}

0 commit comments

Comments
 (0)