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 235fa63 commit cb79f72Copy full SHA for cb79f72
.github/workflows/docker-publish.yml
@@ -102,7 +102,7 @@ jobs:
102
with:
103
context: .
104
file: ${{ matrix.dockerfile }}
105
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,linux/arm/v7
106
push: ${{ github.event_name != 'pull_request' }}
107
tags: ${{ steps.meta.outputs.tags }}
108
labels: ${{ steps.meta.outputs.labels }}
0 commit comments