File tree 1 file changed +19
-14
lines changed
1 file changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,25 @@ assemble:
166
166
167
167
distributions :
168
168
riot :
169
+ docker :
170
+ active : ALWAYS
171
+ continueOnError : true
172
+ repository :
173
+ active : ALWAYS
174
+ commitMessage : ' riot {{tagName}}'
175
+ registries :
176
+ - serverName : DEFAULT
177
+ repositoryName : riotx
178
+ labels :
179
+ ' org.opencontainers.image.title ' : ' riot'
180
+ imageNames :
181
+ - ' riotx/{{distributionName}}:{{tagName}}'
182
+ - ' riotx/{{distributionName}}:latest'
183
+ buildx :
184
+ enabled : true
185
+ platforms :
186
+ - ' linux/amd64'
187
+ - ' linux/arm64'
169
188
scoop :
170
189
active : ALWAYS
171
190
continueOnError : true
@@ -192,20 +211,6 @@ distributions:
192
211
repository :
193
212
active : RELEASE
194
213
commitMessage : ' riot {{tagName}}'
195
- docker :
196
- active : ALWAYS
197
- continueOnError : true
198
- repository :
199
- active : ALWAYS
200
- commitMessage : ' riot {{tagName}}'
201
- registries :
202
- - serverName : DEFAULT
203
- repositoryName : riotx
204
- labels :
205
- ' org.opencontainers.image.title ' : ' riot'
206
- imageNames :
207
- - ' riotx/riot:{{tagName}}'
208
- - ' riotx/riot:latest'
209
214
210
215
files :
211
216
artifacts :
You can’t perform that action at this time.
0 commit comments