Skip to content

Commit

Permalink
ci: remove useless architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV authored Jul 30, 2023
1 parent ecd2536 commit 4f469f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm/v7,linux/arm64
labels: |
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 4f469f1

Please sign in to comment.