We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba8839 commit baf8704Copy full SHA for baf8704
.github/workflows/release.yaml
@@ -66,7 +66,7 @@ jobs:
66
push: ${{ github.event_name != 'pull_request' }}
67
tags: ${{ steps.meta.outputs.tags }}
68
labels: ${{ steps.meta.outputs.labels }}
69
- platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
+ platforms: linux/amd64,linux/arm64
70
cache-from: type=gha
71
cache-to: type=gha,mode=max
72
0 commit comments