Skip to content

Commit ae6283c

Browse files
committed
Removed arm/v7 from build targets
Signed-off-by: Moritz Friedrich <moritz@matchory.com>
1 parent 5995988 commit ae6283c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
context: .
201201
file: ./${{ matrix.dockerfile }}
202202
target: ${{ matrix.stage }}
203-
platforms: linux/amd64,linux/arm64,linux/arm/v7
203+
platforms: linux/amd64,linux/arm64
204204
push: true
205205
tags: ${{ steps.meta.outputs.tags }}
206206
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)