Skip to content

Commit 5b619de

Browse files
committed
.github/workflows: drop linux/arm/v7 from docker
I believe chainguard no longer supports arm/v7. This was added at a user's request I think that was running imageproxy on a raspberry pi or something. I might switch to a different base image that does have support, though it's annoying to have to do so. In the meantime, users can always built the image themselves for other platforms.
1 parent b4c03c2 commit 5b619de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
push: ${{ github.event_name == 'push' }}
5555
tags: ${{ steps.meta.outputs.tags }}
5656
labels: ${{ steps.meta.outputs.labels }}
57-
platforms: linux/amd64,linux/arm64,linux/arm/v7
57+
platforms: linux/amd64,linux/arm64
5858

5959
# Sign the Docker image
6060
- name: Install cosign

0 commit comments

Comments
 (0)