Skip to content

Commit 7ff32f9

Browse files
committed
Changed to single platform build
1 parent a3bd864 commit 7ff32f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
context: ${{ inputs.build-context || '.'}}
8888
target: ${{ inputs.build-target }}
8989
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') }}
90+
platforms: 'linux/amd64'
9191
provenance: false
9292
tags: ${{ steps.meta.outputs.tags }}
9393
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)