Skip to content

Commit c1fdd65

Browse files
authored
Update docker-image.yml
Stop building armv7 docker images as some dependencies no longer support it
1 parent 26fa2e0 commit c1fdd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
context: .
5656
push: true
57-
platforms: linux/amd64,linux/arm64, linux/arm64/v7
57+
platforms: linux/amd64,linux/arm64
5858
tags: ${{ steps.meta.outputs.tags }}
5959
labels: ${{ steps.meta.outputs.labels }}
6060
sbom: true

0 commit comments

Comments
 (0)