Skip to content

Commit 9e4b781

Browse files
author
Thomas Kruse
committed
Remove armv7
1 parent 9edad24 commit 9e4b781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
builder: ${{ steps.buildx.outputs.name }}
7373
context: .
7474
file: ./Dockerfile
75-
platforms: linux/amd64,linux/arm64,linux/arm/v7
75+
platforms: linux/amd64,linux/arm64
7676
push: true
7777
tags: ${{ steps.prep.outputs.tags }}
7878
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)