We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c2462 commit a42a460Copy full SHA for a42a460
.github/workflows/publish.yml
@@ -53,6 +53,6 @@ jobs:
53
with:
54
context: .
55
file: ./Dockerfile
56
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
57
push: true
58
tags: ${{ steps.prep.outputs.tags }}
0 commit comments