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 9edad24 commit 9e4b781Copy full SHA for 9e4b781
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
builder: ${{ steps.buildx.outputs.name }}
73
context: .
74
file: ./Dockerfile
75
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
76
push: true
77
tags: ${{ steps.prep.outputs.tags }}
78
cache-from: type=local,src=/tmp/.buildx-cache
0 commit comments