Skip to content

Commit 5e3574f

Browse files
committed
remove armv7 from docker release
Signed-off-by: Navratan Lal Gupta <navilg0409@gmail.com>
1 parent 116f273 commit 5e3574f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ jobs:
185185
uses: docker/build-push-action@v4
186186
with:
187187
context: .
188-
platforms: linux/amd64,linux/arm64,linux/arm/v7
188+
platforms: linux/amd64,linux/arm64
189189
push: true
190190
tags: ${{ secrets.DOCKERHUB_USERNAME }}/k8senv:latest,${{ secrets.DOCKERHUB_USERNAME }}/k8senv:${{ steps.generate-tag.outputs.TAGID }}

0 commit comments

Comments
 (0)