Skip to content

Commit 0d32732

Browse files
committed
Removed again arm v6 and v7 platforms
1 parent 1badb43 commit 0d32732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_docker_hub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
with:
6060
context: .
6161
file: ./docker/Dockerfile
62-
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
62+
platforms: linux/amd64,linux/arm64
6363
push: true
6464
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)