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 15d4eec commit e8165a8Copy full SHA for e8165a8
.github/workflows/docker-image.yml
@@ -70,7 +70,7 @@ jobs:
70
context: .
71
cache-from: type=gha
72
cache-to: type=gha,mode=max
73
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
74
push: ${{ github.event_name != 'pull_request' }}
75
tags: ${{ steps.meta.outputs.tags }}
76
0 commit comments