We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e2365 commit c556243Copy full SHA for c556243
1 file changed
.github/workflows/docker-image.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: docker/build-push-action@v3
53
with:
54
context: .
55
- platforms: linux/amd64,linux/arm64,linux/arm/v8
+ platforms: linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7
56
push: ${{ github.event.base_ref =='refs/heads/main' && github.ref_type == 'tag' && !startsWith(github.ref, 'refs/tags/v0.')}}
57
tags: ${{ steps.metadata.outputs.tags }}
58
labels: ${{ steps.metadata.outputs.labels }}
0 commit comments