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 a3bd864 commit 7ff32f9Copy full SHA for 7ff32f9
.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
87
context: ${{ inputs.build-context || '.'}}
88
target: ${{ inputs.build-target }}
89
push: ${{ (github.event_name == 'push' && (github.ref_name == github.event.repository.default_branch || github.ref_type == 'tag')) || github.event_name == 'pull_request' }}
90
- platforms: ${{ inputs.platforms && inputs.platforms || (inputs.build-arm && github.ref_name == github.event.repository.default_branch && 'linux/amd64,linux/arm64' || 'linux/amd64') }}
+ platforms: 'linux/amd64'
91
provenance: false
92
tags: ${{ steps.meta.outputs.tags }}
93
labels: ${{ steps.meta.outputs.labels }}
0 commit comments