Skip to content

Commit 4f469f1

Browse files
ci: remove useless architectures
1 parent ecd2536 commit 4f469f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
push: true
5252
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
53-
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
53+
platforms: linux/amd64,linux/arm/v7,linux/arm64
5454
labels: |
5555
cache-from: type=local,src=/tmp/.buildx-cache
5656
cache-to: type=local,dest=/tmp/.buildx-cache

0 commit comments

Comments
 (0)