We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e549d2 commit 3f5dee7Copy full SHA for 3f5dee7
.github/workflows/docker-publish.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: docker/build-push-action@v4
64
with:
65
context: .
66
- platforms: linux/arm64,linux/arm32/v7
+ platforms: linux/arm64,linux/arm/v7
67
push: ${{ github.event_name != 'pull_request' }}
68
tags: ${{ steps.meta.outputs.tags }}
69
labels: ${{ steps.meta.outputs.labels }}
0 commit comments