47
47
build-polkadot-binary :
48
48
needs : [validate-inputs]
49
49
if : ${{ inputs.binary == 'polkadot' || inputs.binary == 'all' }}
50
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
50
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
51
51
with :
52
52
binary : ' ["polkadot", "polkadot-prepare-worker", "polkadot-execute-worker"]'
53
53
package : polkadot
69
69
build-polkadot-parachain-binary :
70
70
needs : [validate-inputs]
71
71
if : ${{ inputs.binary == 'polkadot-parachain' || inputs.binary == 'all' }}
72
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
72
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
73
73
with :
74
74
binary : ' ["polkadot-parachain"]'
75
75
package : " polkadot-parachain-bin"
@@ -91,12 +91,13 @@ jobs:
91
91
build-polkadot-omni-node-binary :
92
92
needs : [validate-inputs]
93
93
if : ${{ inputs.binary == 'polkadot-omni-node' || inputs.binary == 'all' }}
94
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
94
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
95
95
with :
96
96
binary : ' ["polkadot-omni-node"]'
97
97
package : " polkadot-omni-node"
98
98
release_tag : ${{ needs.validate-inputs.outputs.release_tag }}
99
99
target : x86_64-unknown-linux-gnu
100
+ features : runtime-benchmarks
100
101
secrets :
101
102
PGP_KMS_KEY : ${{ secrets.PGP_KMS_KEY }}
102
103
PGP_KMS_HASH : ${{ secrets.PGP_KMS_HASH }}
@@ -113,7 +114,7 @@ jobs:
113
114
build-frame-omni-bencher-binary :
114
115
needs : [validate-inputs]
115
116
if : ${{ inputs.binary == 'frame-omni-bencher' || inputs.binary == 'all' }}
116
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
117
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
117
118
with :
118
119
binary : ' ["frame-omni-bencher"]'
119
120
package : " frame-omni-bencher"
@@ -135,7 +136,7 @@ jobs:
135
136
build-chain-spec-builder-binary :
136
137
needs : [validate-inputs]
137
138
if : ${{ inputs.binary == 'chain-spec-builder' || inputs.binary == 'all' }}
138
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
139
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
139
140
with :
140
141
binary : ' ["chain-spec-builder"]'
141
142
package : staging-chain-spec-builder
@@ -157,7 +158,7 @@ jobs:
157
158
build-polkadot-macos-binary :
158
159
needs : [validate-inputs]
159
160
if : ${{ inputs.binary == 'polkadot' || inputs.binary == 'all' }}
160
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
161
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
161
162
with :
162
163
binary : ' ["polkadot", "polkadot-prepare-worker", "polkadot-execute-worker"]'
163
164
package : polkadot
@@ -179,7 +180,7 @@ jobs:
179
180
build-polkadot-parachain-macos-binary :
180
181
needs : [validate-inputs]
181
182
if : ${{ inputs.binary == 'polkadot-parachain' || inputs.binary == 'all' }}
182
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
183
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
183
184
with :
184
185
binary : ' ["polkadot-parachain"]'
185
186
package : polkadot-parachain-bin
@@ -201,12 +202,13 @@ jobs:
201
202
build-polkadot-omni-node-macos-binary :
202
203
needs : [validate-inputs]
203
204
if : ${{ inputs.binary == 'polkadot-omni-node' || inputs.binary == 'all' }}
204
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
205
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
205
206
with :
206
207
binary : ' ["polkadot-omni-node"]'
207
208
package : polkadot-omni-node
208
209
release_tag : ${{ needs.validate-inputs.outputs.release_tag }}
209
210
target : aarch64-apple-darwin
211
+ features : runtime-benchmarks
210
212
secrets :
211
213
PGP_KMS_KEY : ${{ secrets.PGP_KMS_KEY }}
212
214
PGP_KMS_HASH : ${{ secrets.PGP_KMS_HASH }}
@@ -223,7 +225,7 @@ jobs:
223
225
build-frame-omni-bencher-macos-binary :
224
226
needs : [validate-inputs]
225
227
if : ${{ inputs.binary == 'frame-omni-bencher' || inputs.binary == 'all' }}
226
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
228
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
227
229
with :
228
230
binary : ' ["frame-omni-bencher"]'
229
231
package : frame-omni-bencher
@@ -245,7 +247,7 @@ jobs:
245
247
build-chain-spec-builder-macos-binary :
246
248
needs : [validate-inputs]
247
249
if : ${{ inputs.binary == 'chain-spec-builder' || inputs.binary == 'all' }}
248
- uses : " ./.github/workflows/release-reusable-rc-buid .yml"
250
+ uses : " ./.github/workflows/release-reusable-rc-build .yml"
249
251
with :
250
252
binary : ' ["chain-spec-builder"]'
251
253
package : staging-chain-spec-builder
0 commit comments