Skip to content

Commit

Permalink
Merge pull request #47 from AmbitiousJun/chore/workflow
Browse files Browse the repository at this point in the history
chore: add linux/386 arch to docker build workflow
  • Loading branch information
AmbitiousJun authored Jan 13, 2025
2 parents df91c60 + b5d3cd1 commit 00e0692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/386,linux/arm/v7,linux/amd64,linux/arm64
push: true
tags: |
ambitiousjun/go-emby2alist:${{ github.ref_name }}
Expand Down

0 comments on commit 00e0692

Please sign in to comment.