Skip to content

Commit

Permalink
chore(docker): Add linux/arm/v7 architecture to Docker builds (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf authored Jul 8, 2022
1 parent 1e0645b commit e5d4e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e5d4e62

Please sign in to comment.