We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15654f8 + aa9e784 commit 8f06a7aCopy full SHA for 8f06a7a
1 file changed
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ on:
16
platforms:
17
description: Platforms to build for
18
type: choice
19
- default: linux/amd64,linux/arm64
+ default: linux/amd64
20
options:
21
- linux/amd64,linux/arm64
22
- linux/amd64
@@ -44,3 +44,4 @@ jobs:
44
push_latest: ${{ inputs.push_latest}}
45
registry_token: ${{ github.token }}
46
rebuild: ${{ inputs.rebuild }}
47
+ platforms: ${{ inputs.platforms }}
0 commit comments