We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac9d3e commit 6965335Copy full SHA for 6965335
.github/workflows/docker-publish.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: docker/build-push-action@v3
54
with:
55
context: .
56
- platforms: linux/amd64, linux/arm/v6, linux/arm64/v8
+ platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8
57
push: ${{ github.event_name != 'pull_request' }}
58
tags: ${{ steps.meta.outputs.tags }}
59
labels: ${{ steps.meta.outputs.labels }}
0 commit comments