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 8546eed commit 51e6940Copy full SHA for 51e6940
1 file changed
.github/workflows/release.yaml
@@ -16,11 +16,6 @@ on:
16
description: "Build Docker"
17
required: false
18
type: boolean
19
- build-binary:
20
- default: true
21
- description: "Build Binary"
22
- required: false
23
- type: boolean
24
build-linux:
25
default: true
26
description: "Build Linux"
@@ -73,8 +68,7 @@ jobs:
73
68
build-binary:
74
69
name: Build binary (${{ matrix.target }})
75
70
needs: extract-version
76
- # Run if build-binary enabled OR tag push
77
- if: github.event.inputs.build-binary == 'true' || github.event_name == 'push'
71
+ # Always run - build-linux and build-mac control what actually gets built
78
72
runs-on: ${{ matrix.runner }}
79
permissions:
80
contents: write
0 commit comments