Skip to content

Commit

Permalink
Update dev-docker-image.yml
Browse files Browse the repository at this point in the history
Remove support for arm/v7
  • Loading branch information
Gyarbij authored Aug 20, 2023
1 parent 86449a3 commit 9836e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: true
tags: gyarbij/plexist:dev

0 comments on commit 9836e4f

Please sign in to comment.