Skip to content

Commit

Permalink
Merge pull request #60 from dylarm/patch-1
Browse files Browse the repository at this point in the history
Add arm64 support
  • Loading branch information
ghomasHudson authored Jan 9, 2025
2 parents 7680bf4 + fe1a009 commit 30f9809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_to_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
platforms: linux/amd64, linux/arm64
push: true
tags: |
ghcr.io/${{ env.OWNER_LC }}/jellyfin-auto-collections:latest
Expand Down

0 comments on commit 30f9809

Please sign in to comment.