Skip to content

Commit

Permalink
Update docker-publish.yml (only support amd64, remove arm64)
Browse files Browse the repository at this point in the history
Signed-off-by: Tlntin <[email protected]>
  • Loading branch information
Tlntin authored Sep 14, 2024
1 parent d3cef8e commit e43b2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

0 comments on commit e43b2fa

Please sign in to comment.