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 840efdc commit 486a1f2Copy full SHA for 486a1f2
.github/workflows/docker-publish.yml
@@ -43,6 +43,6 @@ jobs:
43
context: .
44
file: ./Dockerfile
45
push: true
46
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
47
tags: ${{ steps.meta.outputs.tags }}
48
labels: ${{ steps.meta.outputs.labels }}
0 commit comments