We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd2536 commit 4f469f1Copy full SHA for 4f469f1
.github/workflows/ghcr.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
push: true
52
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
53
- platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
+ platforms: linux/amd64,linux/arm/v7,linux/arm64
54
labels: |
55
cache-from: type=local,src=/tmp/.buildx-cache
56
cache-to: type=local,dest=/tmp/.buildx-cache
0 commit comments