We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5b7de commit 95ba156Copy full SHA for 95ba156
1 file changed
.github/workflows/build_docker_images-k8s.yaml
@@ -81,7 +81,7 @@ jobs:
81
builder: ${{ steps.buildx.outputs.name }}
82
context: .
83
file: ./k8s-tools.alpine.Dockerfile
84
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
85
push: true
86
#target: production
87
build-args: |
0 commit comments