Skip to content

Commit

Permalink
added linux/arm/v7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
H3rmt committed Oct 12, 2023
1 parent d187bc7 commit dd8876b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/localfilesharing:latest
Expand Down

0 comments on commit dd8876b

Please sign in to comment.